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 belopolsky
Recipients amaury.forgeotdarc, belopolsky, eric.smith, gvanrossum, loewis, schmir, vstinner
Date 2011-01-06.19:13:45
SpamBayes Score 0.00029063935
Marked as misclassified No
Message-id <1294341241.39.0.0750057487928.issue3173@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-01-06 19:14:01belopolskysetrecipients: + belopolsky, gvanrossum, loewis, amaury.forgeotdarc, vstinner, eric.smith, schmir
2011-01-06 19:14:01belopolskysetmessageid: <1294341241.39.0.0750057487928.issue3173@psf.upfronthosting.co.za>
2011-01-06 19:13:45belopolskylinkissue3173 messages
2011-01-06 19:13:45belopolskycreate