]> 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:13:41 +0000 (22:13 +0300)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Sun, 19 Aug 2012 19:13:41 +0000 (22:13 +0300)
commit828607170da3986af909defe99f956e5762e4dd0
tree6951965e9b6f5af373180d2ec13349221462929d
parent6b962860e2bd2d08d8d5d38969ed4864f8c1219a
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