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 belopolsky, hodgestar, jwilk
Date 2008-05-13.16:11:33
SpamBayes Score 0.017719783
Marked as misclassified No
Message-id <1210695097.77.0.882507475577.issue2844@psf.upfronthosting.co.za>
In-reply-to
Content
10 would *not* do the trick:

>>> int(42)
42

>>> int(42, 10)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: int() can't convert non-string with explicit base
History
Date User Action Args
2008-05-13 16:11:40jwilksetspambayes_score: 0.0177198 -> 0.017719783
recipients: + jwilk, belopolsky, hodgestar
2008-05-13 16:11:38jwilksetspambayes_score: 0.0177198 -> 0.0177198
messageid: <1210695097.77.0.882507475577.issue2844@psf.upfronthosting.co.za>
2008-05-13 16:11:36jwilklinkissue2844 messages
2008-05-13 16:11:35jwilkcreate