]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix Issue #1769: Now int('- 1') or int('+ 1') is not allowed
authorFacundo Batista <facundobatista@gmail.com>
Sat, 19 Jan 2008 19:12:01 +0000 (19:12 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Sat, 19 Jan 2008 19:12:01 +0000 (19:12 +0000)
commit2336bddd5dba559db950e8b5fa73257fc62d1fc3
tree15256a53494c4a5c75d748a26402906177b3d523
parent587c2bfedee6f6c5ee16b4e7eb5392d270a0c1a6
Fix Issue #1769: Now int('- 1') or int('+ 1') is not allowed
any more.  Thanks Juan Jose Conti.  Also added tests.
Lib/test/test_builtin.py
Misc/NEWS
Objects/longobject.c