xml.dom.pulldom splits text data at buffer size when parsing from file
Open
Nobody has claimed this yet.
3.7 (EOL)
3.8 (EOL)
3.9 (EOL)
docs
stdlib
type-bug
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 38011 |
|---|---|
| Nosy | @scoder |
| Files |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = None
closed_at = None
created_at = <Date 2019-09-02.16:25:02.036>
labels = ['type-bug', '3.8', '3.9', '3.7', 'library', 'docs']
title = 'xml.dom.pulldom splits text data at buffer size when parsing from file'
updated_at = <Date 2019-09-02.17:39:20.172>
user = 'https://bugs.python.org/nsturmwind'
bugs.python.org fields:
activity = <Date 2019-09-02.17:39:20.172>
actor = 'scoder'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation', 'Library (Lib)']
creation = <Date 2019-09-02.16:25:02.036>
creator = 'nsturmwind'
dependencies = []
files = ['48581']
hgrepos = []
issue_num = 38011
keywords = []
message_count = 4.0
messages = ['351021', '351023', '351024', '351026']
nosy_count = 3.0
nosy_names = ['scoder', 'docs@python', 'nsturmwind']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue38011'
versions = ['Python 3.7', 'Python 3.8', 'Python 3.9']
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with test.py, the linked reproduction, and the xml.dom.pulldom file-parsing path. Reproduce the split at the buffer boundary and use that behavior to identify the needed fix; done means text data is not split solely because it reaches the buffer size, with regression coverage for the reproduction.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100