[issue1314] Patch for strftime problem on German Windows

2007-10-23 Thread Guido van Rossum
Guido van Rossum added the comment: Committed revision 58619. -- assignee: -> gvanrossum nosy: +gvanrossum resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> _

[issue1314] Patch for strftime problem on German Windows

2007-10-23 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue1314] Patch for strftime problem on German Windows

2007-10-23 Thread Christian Heimes
New submission from Christian Heimes: The patch fixes the failing unit tests for time and strptime on German and probably other Windows installations. - ret = PyUnicode_FromStringAndSize(outbuf, buflen); + ret = PyUnicode_Decode(outbuf, buflen, +