]> granicus.if.org Git - python/commit
Issue #15595: Fix subprocess.Popen(universal_newlines=True)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Sun, 19 Aug 2012 19:20:03 +0000 (22:20 +0300)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Sun, 19 Aug 2012 19:20:03 +0000 (22:20 +0300)
commita19de803e4661af947938df2db72d0cd5538f4a4
tree2ee7a770a1529a23b0eddae70cc383361676d369
parent377a152e0dab743b165236024f50602a325d8b93
parent828607170da3986af909defe99f956e5762e4dd0
Issue #15595: Fix subprocess.Popen(universal_newlines=True)
for certain locales (utf-16 and utf-32 family).

Patch by Chris Jerdonek.
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS