-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
codecs.StreamWriter.writelines problem when passed generator #49695
Copy link
Copy link
Closed
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancementA feature request or enhancement
Description
| BPO | 5445 |
|---|---|
| Nosy | @malemburg, @terryjreedy, @facundobatista, @pitrou, @benjaminp |
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 = <Date 2013-03-25.23:08:22.264>
created_at = <Date 2009-03-08.19:31:15.800>
labels = ['type-feature', 'library']
title = 'codecs.StreamWriter.writelines problem when passed generator'
updated_at = <Date 2013-03-25.23:08:22.263>
user = 'https://bugs.python.org/dlesco'bugs.python.org fields:
activity = <Date 2013-03-25.23:08:22.263>
actor = 'benjamin.peterson'
assignee = 'none'
closed = True
closed_date = <Date 2013-03-25.23:08:22.264>
closer = 'benjamin.peterson'
components = ['Library (Lib)']
creation = <Date 2009-03-08.19:31:15.800>
creator = 'dlesco'
dependencies = []
files = []
hgrepos = []
issue_num = 5445
keywords = []
message_count = 10.0
messages = ['83322', '83408', '83419', '83435', '83436', '83437', '83441', '185242', '185244', '185245']
nosy_count = 6.0
nosy_names = ['lemburg', 'terry.reedy', 'facundobatista', 'pitrou', 'benjamin.peterson', 'dlesco']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = 'patch review'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue5445'
versions = ['Python 3.2']Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancementA feature request or enhancement