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 vstinner
Recipients bob.ippolito, georg.brandl, vstinner
Date 2008-07-19.13:34:13
SpamBayes Score 0.16109474
Marked as misclassified No
Message-id <1216474455.32.0.979680861171.issue3322@psf.upfronthosting.co.za>
In-reply-to
Content
I wrote that I'm unable to fix the bug correctly, but I wrote a patch 
to avoid the crash:
- replace begin by end in error messages: is it correct?
- use "end < 0 || len <= end" test to check scanstring() second 
argument => raise a ValueError if end value is invalid
History
Date User Action Args
2008-07-19 13:34:15vstinnersetspambayes_score: 0.161095 -> 0.16109474
recipients: + vstinner, georg.brandl, bob.ippolito
2008-07-19 13:34:15vstinnersetspambayes_score: 0.161095 -> 0.161095
messageid: <1216474455.32.0.979680861171.issue3322@psf.upfronthosting.co.za>
2008-07-19 13:34:14vstinnerlinkissue3322 messages
2008-07-19 13:34:14vstinnercreate