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 chris.jerdonek
Recipients chris.jerdonek, ezio.melotti, pitrou
Date 2012-09-28.23:51:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Attaching first version of patch.  Interestingly, not all of these pass when I tried applying to 2.7.  For example,

>>> int(base='foo')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: an integer is required

So at least one modification will be needed there.
History
Date User Action Args
2012-09-28 23:51:58chris.jerdoneksetrecipients: + chris.jerdonek, pitrou, ezio.melotti
2012-09-28 23:51:58chris.jerdoneksetmessageid: <[email protected]>
2012-09-28 23:51:58chris.jerdoneklinkissue16045 messages
2012-09-28 23:51:58chris.jerdonekcreate