This issue tracker has been migrated to GitHub,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2011-07-20 05:24 by anacrolix, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Files | ||||
---|---|---|---|---|
File name | Uploaded | Description | Edit | |
textio_rawio.patch | pitrou, 2011-07-23 19:03 | |||
spnewlines.patch | pitrou, 2011-07-23 19:41 |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:19 | admin | set | github: 56800 |
2011-07-23 20:12:23 | pitrou | set | status: open -> closed resolution: fixed messages: + msg141015 stage: needs patch -> resolved |
2011-07-23 20:06:08 | python-dev | set | messages: + msg141013 |
2011-07-23 19:52:29 | python-dev | set | nosy:
+ python-dev messages: + msg141011 |
2011-07-23 19:41:36 | pitrou | set | files:
+ spnewlines.patch messages: + msg141009 |
2011-07-23 19:37:33 | amaury.forgeotdarc | set | messages: + msg141008 |
2011-07-23 19:17:12 | pitrou | set | messages: + msg141006 |
2011-07-23 19:14:17 | amaury.forgeotdarc | set | nosy:
+ amaury.forgeotdarc messages: + msg141005 |
2011-07-23 19:03:25 | pitrou | set | files:
+ textio_rawio.patch keywords: + patch messages: + msg141003 |
2011-07-23 18:33:06 | pitrou | set | messages: + msg141002 |
2011-07-23 18:16:33 | pitrou | set | messages: + msg141000 |
2011-07-23 17:57:31 | pitrou | set | messages: + msg140998 |
2011-07-23 17:52:40 | pitrou | set | title: text files returned by subprocess.Popen with universal_newlines=True are not iterable -> TextIOWrapper should fall back on read() if read1() doesn't exist |
2011-07-22 01:53:14 | r.david.murray | set | messages: + msg140856 |
2011-07-22 00:48:48 | pitrou | set | messages: + msg140849 |
2011-07-22 00:20:45 | eric.araujo | set | nosy:
+ eric.araujo |
2011-07-20 12:06:42 | r.david.murray | set | versions:
+ Python 3.3 type: behavior nosy: + pitrou, r.david.murray, lukasz.langa, gregory.p.smith, vstinner title: configparser can't read_file the output of subprocess.Popen -> text files returned by subprocess.Popen with universal_newlines=True are not iterable messages: + msg140726 stage: needs patch |
2011-07-20 05:24:36 | anacrolix | create |