New submission from Walter Cheuk <wwych...@gmail.com>:

Please add new directives for decimal-number month, day and hour that have 
neither leading zero nor leading space. Currently %m, %d and %I are used, but 
they have leading zeroes and are not suitable for some languages such as 
Chinese. GNOME provides %e and %l for day and hour, but they have leading space 
instead and are not good enough also.

----------
messages: 157048
nosy: wwycheuk
priority: normal
severity: normal
status: open
title: Add new date/time directives to strftime()
type: enhancement

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14441>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to