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 inglesp
Recipients chris.jerdonek, ezio.melotti, inglesp
Date 2012-09-28.11:17:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348831074.45.0.790066526689.issue16055@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch updates the error message to:

>>> int(base=100, x='123')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ValueError: int() base must be >= 2 and <= 36, or 0
History
Date User Action Args
2012-09-28 11:17:54inglespsetrecipients: + inglesp, ezio.melotti, chris.jerdonek
2012-09-28 11:17:54inglespsetmessageid: <1348831074.45.0.790066526689.issue16055@psf.upfronthosting.co.za>
2012-09-28 11:17:54inglesplinkissue16055 messages
2012-09-28 11:17:54inglespcreate