]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix input() builtin function to respect compiler flags.
authorHye-Shik Chang <hyeshik@gmail.com>
Mon, 2 Feb 2004 13:39:01 +0000 (13:39 +0000)
committerHye-Shik Chang <hyeshik@gmail.com>
Mon, 2 Feb 2004 13:39:01 +0000 (13:39 +0000)
commitff83c2bacc2acd782d20b589a02420df571b89a2
tree7bcb6273b88c7db836ac703b7d6b13ba05632be2
parent96c44658b99ef2e25a977bce7f310cd2b442cd24
Fix input() builtin function to respect compiler flags.
(SF patch 876178, patch by mwh, unittest by perky)
Lib/test/test_builtin.py
Misc/NEWS
Python/bltinmodule.c