]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #3782: os.write() must not accept unicode strings
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 15 Sep 2008 23:02:56 +0000 (23:02 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 15 Sep 2008 23:02:56 +0000 (23:02 +0000)
commit9cadb1b6e0d10aaeb8f9e69e51f672a53de6b164
treee39eac97c8d501a20d6f336ccddcc169f585271d
parent4e80cdd739772406bba00a31fdd98539cdcca651
Issue #3782: os.write() must not accept unicode strings
Lib/pty.py
Lib/test/test_asyncore.py
Lib/test/test_os.py
Lib/test/test_pty.py
Lib/test/test_subprocess.py
Lib/test/test_tempfile.py
Lib/test/tf_inherit_check.py
Misc/NEWS
Modules/posixmodule.c