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 ezio.melotti
Recipients chris.jerdonek, ezio.melotti, pitrou
Date 2012-09-25.15:46:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348587980.8.0.982525388732.issue16045@psf.upfronthosting.co.za>
In-reply-to
Content
Before adding tests (and possibly documentation) for edge cases like

> int(base='foo')  # no exception; returns 0

I'd take a look at what other implementations do.  If they do something different we might still decide to keep the tests and mark them as cpython-specific, but I would refrain to document them.
History
Date User Action Args
2012-09-25 15:46:20ezio.melottisetrecipients: + ezio.melotti, pitrou, chris.jerdonek
2012-09-25 15:46:20ezio.melottisetmessageid: <1348587980.8.0.982525388732.issue16045@psf.upfronthosting.co.za>
2012-09-25 15:46:20ezio.melottilinkissue16045 messages
2012-09-25 15:46:20ezio.melotticreate