[New-bugs-announce] [issue5249] Fix strftime on windows.

Hirokazu Yamamoto report at bugs.python.org
Fri Feb 13 17:24:08 CET 2009


New submission from Hirokazu Yamamoto <ocean-city at m2.ccsnet.ne.jp>:

On windows, format string should be encoded as mbcs. Otherwise, result
of strftime would be broken. Here is the patch.

----------
components: Extension Modules, Windows
files: fix_strftime_on_windows.patch
keywords: patch
messages: 81946
nosy: ocean-city
severity: normal
stage: commit review
status: open
title: Fix strftime on windows.
type: behavior
versions: Python 3.0, Python 3.1
Added file: http://bugs.python.org/file13072/fix_strftime_on_windows.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5249>
_______________________________________


More information about the New-bugs-announce mailing list