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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, vstinner
Date 2008-09-26.00:07:01
SpamBayes Score 0.0008543227
Marked as misclassified No
Message-id <1222387622.89.0.254798781465.issue3967@psf.upfronthosting.co.za>
In-reply-to
Content
All versions are involved.

Even 2.4 has surprises:
>>> "aa".count("", sys.maxint, 0)
-2147483646
History
Date User Action Args
2008-09-26 00:07:03amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, vstinner
2008-09-26 00:07:02amaury.forgeotdarcsetmessageid: <1222387622.89.0.254798781465.issue3967@psf.upfronthosting.co.za>
2008-09-26 00:07:02amaury.forgeotdarclinkissue3967 messages
2008-09-26 00:07:01amaury.forgeotdarccreate