]> granicus.if.org Git - python/commit
Issue #13560: Add PyUnicode_EncodeLocale()
authorVictor Stinner <victor.stinner@haypocalc.com>
Sat, 17 Dec 2011 03:13:41 +0000 (04:13 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sat, 17 Dec 2011 03:13:41 +0000 (04:13 +0100)
commitf2ea71fcc8986101512265b685d8d3dfdf7b7bdb
tree6b5e8c37d0b73993e542181584f0af7b87482220
parent9987d9351ca06dbad3b66ab6da52ab4621955f31
Issue #13560: Add PyUnicode_EncodeLocale()

 * Use PyUnicode_EncodeLocale() in time.strftime() if wcsftime() is not
   available
 * Document my last changes in Misc/NEWS
Doc/c-api/unicode.rst
Include/unicodeobject.h
Misc/NEWS
Modules/timemodule.c
Objects/unicodeobject.c