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 gvanrossum
Recipients ero.carrera, gvanrossum
Date 2007-08-29.20:33:37
SpamBayes Score 0.47652793
Marked as misclassified No
Message-id <1188419617.78.0.105455359496.issue1016@psf.upfronthosting.co.za>
In-reply-to
Content
The issue in datetimemodule.c was already fixed.

The fix to timemodule.c is wrong -- when there are non-ASCII characters
in the unicode string, the length of the UTF-8 conversion is not equal
to that of the original Unicode string.
History
Date User Action Args
2007-08-29 20:33:37gvanrossumsetspambayes_score: 0.476528 -> 0.47652793
recipients: + gvanrossum, ero.carrera
2007-08-29 20:33:37gvanrossumsetspambayes_score: 0.476528 -> 0.476528
messageid: <1188419617.78.0.105455359496.issue1016@psf.upfronthosting.co.za>
2007-08-29 20:33:37gvanrossumlinkissue1016 messages
2007-08-29 20:33:37gvanrossumcreate