]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix for issue 6393: Python crashes on OSX when $LANG is set to some (but
authorRonald Oussoren <ronaldoussoren@mac.com>
Sun, 6 Sep 2009 13:59:02 +0000 (13:59 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Sun, 6 Sep 2009 13:59:02 +0000 (13:59 +0000)
commit6d77e07196bfb5dfa4de6f5d80b2619c0643a75e
tree79ba3af31ea03ccc7a7969dcee6d2dadc688d5e2
parent5bbab3e64fcff14f9e21b3bc07096f443a37aa38
Fix for issue 6393: Python crashes on OSX when $LANG is set to some (but
not all) invalid values due to an invalid result from nl_langinfo
Lib/locale.py