open doesn't call IncrementalEncoder with final=True
Open
@malemburg is already working on this.
Since Dec 29, 2018.
3.7 (EOL)
topic-IO
type-bug
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 35611 |
|---|---|
| Nosy | @malemburg, @doerwalter, @vstinner, @vadmium, @haney |
| 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 = 'https://github.com/malemburg'
closed_at = None
created_at = <Date 2018-12-29.06:00:15.132>
labels = ['type-bug', '3.7', 'expert-IO']
title = "open doesn't call IncrementalEncoder with final=True"
updated_at = <Date 2019-01-04.22:12:34.613>
user = 'https://github.com/haney'
bugs.python.org fields:
activity = <Date 2019-01-04.22:12:34.613>
actor = 'vstinner'
assignee = 'lemburg'
closed = False
closed_date = None
closer = None
components = ['IO']
creation = <Date 2018-12-29.06:00:15.132>
creator = 'haney'
dependencies = []
files = ['48022']
hgrepos = []
issue_num = 35611
keywords = []
message_count = 2.0
messages = ['332701', '332740']
nosy_count = 5.0
nosy_names = ['lemburg', 'doerwalter', 'vstinner', 'martin.panter', 'haney']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue35611'
versions = ['Python 3.7']
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.
Assessment
This issue has not been assessed yet.