]> granicus.if.org Git - python/commit
Change time.strftime() to return a unicode string.
authorWalter Dörwald <walter@livinglogic.de>
Thu, 31 May 2007 19:23:17 +0000 (19:23 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Thu, 31 May 2007 19:23:17 +0000 (19:23 +0000)
commitcf47af4d713f4993ee9326f83dc79197896c1b9a
treec67acc049c80b988944e23ed8901024e32edd589
parentbaf853c5376b9fbbf4f8644de756e36778b3a2be
Change time.strftime() to return a unicode string.

Use PyMem_Malloc() to allocate temporary storage.
Modules/timemodule.c