This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients asvetlov, chris.jerdonek, ezio.melotti, gregory.p.smith, python-dev, rhettinger, serhiy.storchaka, terry.reedy
Date 2012-12-28.08:20:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3YXgpy5tc7zR0J@mail.python.org>
In-reply-to
Content
New changeset c0266ba8e4c6 by Serhiy Storchaka in branch '2.7':
Issue #16761: Raise TypeError when int() or long() called with base argument only.
http://hg.python.org/cpython/rev/c0266ba8e4c6

New changeset e4ea38a92c4d by Serhiy Storchaka in branch '3.2':
Issue #16761: Raise TypeError when int() called with base argument only.
http://hg.python.org/cpython/rev/e4ea38a92c4d

New changeset 157ff02bcc16 by Serhiy Storchaka in branch '3.3':
Issue #16761: Raise TypeError when int() called with base argument only.
http://hg.python.org/cpython/rev/157ff02bcc16

New changeset 1b2134a78c17 by Serhiy Storchaka in branch 'default':
Issue #16761: Raise TypeError when int() called with base argument only.
http://hg.python.org/cpython/rev/1b2134a78c17
History
Date User Action Args
2012-12-28 08:20:59python-devsetrecipients: + python-dev, rhettinger, terry.reedy, gregory.p.smith, ezio.melotti, asvetlov, chris.jerdonek, serhiy.storchaka
2012-12-28 08:20:59python-devlinkissue16761 messages
2012-12-28 08:20:59python-devcreate