]> granicus.if.org Git - python/commit
Issue #13886: Fix input() to not strip out supposedly-invalid input bytes.
authorNadeem Vawda <nadeem.vawda@gmail.com>
Sun, 27 Jan 2013 13:13:25 +0000 (14:13 +0100)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Sun, 27 Jan 2013 13:13:25 +0000 (14:13 +0100)
commit60cc32382f0a568723da8cb3c1b3fc532ab41d58
treef74f179918d09d19201174aecea2b8caa0289c92
parent3f5db3940ff71428d1eecb3d4eebe68d9c3d216d
parent6f02ea02c881e06029e8d44a5414682bc4b65fb8
Issue #13886: Fix input() to not strip out supposedly-invalid input bytes.

Also fix sporadic failures in test_builtin due to dependence on whether the
readline module has previously been imported.
Lib/test/test_builtin.py
Misc/NEWS
Modules/readline.c