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 alex
Recipients alex, flox
Date 2010-04-25.18:29:37
SpamBayes Score 0.0014574787
Marked as misclassified No
Message-id <1272220179.87.0.616605347461.issue8530@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, as the comment of the top of the file notes, reading to s[n] (where n == len(s)) is safe because strings are null padded.
History
Date User Action Args
2010-04-25 18:29:39alexsetrecipients: + alex, flox
2010-04-25 18:29:39alexsetmessageid: <1272220179.87.0.616605347461.issue8530@psf.upfronthosting.co.za>
2010-04-25 18:29:38alexlinkissue8530 messages
2010-04-25 18:29:37alexcreate