Message 55433 - Python tracker (original) (raw)

Message55433

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:37 gvanrossum set spambayes_score: 0.476528 -> 0.47652793recipients: + gvanrossum, ero.carrera
2007-08-29 20:33:37 gvanrossum set spambayes_score: 0.476528 -> 0.476528messageid: 1188419617.78.0.105455359496.issue1016@psf.upfronthosting.co.za
2007-08-29 20:33:37 gvanrossum link issue1016 messages
2007-08-29 20:33:37 gvanrossum create