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 jwilk
Recipients jwilk
Date 2008-05-13.10:03:52
SpamBayes Score 0.0066869147
Marked as misclassified No
Message-id <1210673035.74.0.555246822521.issue2844@psf.upfronthosting.co.za>
In-reply-to
Content
>>> int('42', 42)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ValueError: int() base must be >= 2 and <= 36

>>> int('42', -909)
42
History
Date User Action Args
2008-05-13 10:03:57jwilksetspambayes_score: 0.00668691 -> 0.0066869147
recipients: + jwilk
2008-05-13 10:03:55jwilksetspambayes_score: 0.00668691 -> 0.00668691
messageid: <1210673035.74.0.555246822521.issue2844@psf.upfronthosting.co.za>
2008-05-13 10:03:54jwilklinkissue2844 messages
2008-05-13 10:03:53jwilkcreate