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 baikie
Recipients baikie, vstinner
Date 2010-08-19.18:47:07
SpamBayes Score 0.00024536296
Marked as misclassified No
Message-id <1282243629.8.0.883329054375.issue9579@psf.upfronthosting.co.za>
In-reply-to
Content
I've opened a separate issue for the changing-length problem
(issue #9647; it affects 2.x as well).  Here is a patch that
fixes the 255-byte issue only, and has similar results to the 2.x
code if the value changes length between calls (except that it
could raise a UnicodeError if the string is truncated inside a
multibyte character encoding).
History
Date User Action Args
2010-08-19 18:47:10baikiesetrecipients: + baikie, vstinner
2010-08-19 18:47:09baikiesetmessageid: <1282243629.8.0.883329054375.issue9579@psf.upfronthosting.co.za>
2010-08-19 18:47:08baikielinkissue9579 messages
2010-08-19 18:47:07baikiecreate