]> 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:01:42 +0000 (14:01 +0100)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Sun, 27 Jan 2013 13:01:42 +0000 (14:01 +0100)
commit6f02ea02c881e06029e8d44a5414682bc4b65fb8
treeb8419e570f208063fbb67dc5d627f4c0e5dfc6a7
parent8916b853b9331f2ad51df4fcfd5d3fc528c1e195
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