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 eric.araujo
Recipients belopolsky, brett.cannon, docs@python, eric.araujo, eric.smith
Date 2010-06-06.21:42:33
SpamBayes Score 0.0056057326
Marked as misclassified No
Message-id <1275860556.29.0.633089971967.issue8913@psf.upfronthosting.co.za>
In-reply-to
Content
I think this particular wheel has one very good reinvention as the Locale Data Markup Language specification. Example from the Python Babel package:

>>> format_datetime(dt, "yyyyy.MMMM.dd GGG hh:mm a", locale='en')
u'02007.April.01 AD 03:30 PM'

http://unicode.org/reports/tr35/#Date_Format_Patterns
http://babel.edgewall.org/wiki/Documentation/dates.html#pattern-syntax
History
Date User Action Args
2010-06-06 21:42:36eric.araujosetrecipients: + eric.araujo, brett.cannon, belopolsky, eric.smith, docs@python
2010-06-06 21:42:36eric.araujosetmessageid: <1275860556.29.0.633089971967.issue8913@psf.upfronthosting.co.za>
2010-06-06 21:42:33eric.araujolinkissue8913 messages
2010-06-06 21:42:33eric.araujocreate