]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 5 Nov 2011 23:38:45 +0000 (00:38 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 5 Nov 2011 23:38:45 +0000 (00:38 +0100)
commit5ee9d8a8a24333a8b96e17e338289180bbe653f0
tree5da34d5b765db2a5416e18ffec7285c9b4dfe28e
parent8e9f6c42513e89cc8ca71e270aeb4a670c431715
parent0d776b1ce849ff0646738b6361ef940ab6f8b9cb
Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode
error handler in interactive mode (when calling into PyOS_Readline()).
Lib/test/test_builtin.py
Misc/NEWS
Python/bltinmodule.c