]> granicus.if.org Git - python/commit
Issue #26920: Fix not getting the locale's charset upon initializing the interpreter,
authorXavier de Gaye <xdegaye@users.sourceforge.net>
Wed, 16 Nov 2016 06:24:20 +0000 (07:24 +0100)
committerXavier de Gaye <xdegaye@users.sourceforge.net>
Wed, 16 Nov 2016 06:24:20 +0000 (07:24 +0100)
commitb445ad7b04438b0a8507117d216d756088ea1848
treec2670cb291a86863f7b3c50719587395c3fb6a37
parent756b45ab6e0d8d88f985cf449298145244bd317b
Issue #26920: Fix not getting the locale's charset upon initializing the interpreter,
on platforms that do not have langinfo
Misc/NEWS
Python/pylifecycle.c