[issue3173] external strftime for Python?

Alexander Belopolsky report at bugs.python.org
Thu Jan 6 20:14:01 CET 2011


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

Maybe rather than spending the effort maintaining a legacy API such as strftime, someone could look into implementing localized date formatting as defined by recent Unicode standards:

http://unicode.org/reports/tr35/#Date_Format_Patterns

Apparently there is a free implementation for Python out there:

http://babel.edgewall.org/wiki/Documentation/dates.html#pattern-syntax

See also msg107236 on issue #8913.

----------
versions: +Python 3.3 -Python 3.0

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


More information about the Python-bugs-list mailing list