]> granicus.if.org Git - python/commit
#19855: restore use of LC_ALL, not LC_MESSAGES
authorR David Murray <rdmurray@bitdance.com>
Sat, 18 Jan 2014 19:55:09 +0000 (14:55 -0500)
committerR David Murray <rdmurray@bitdance.com>
Sat, 18 Jan 2014 19:55:09 +0000 (14:55 -0500)
commitb8e18af0e52d45a933655a6e211e3c708245f999
tree702281a810396f9e83bda620c76049e64ff30d35
parent326b5ab05a810dd75670b5e3386127d172bedca3
#19855: restore use of LC_ALL, not LC_MESSAGES

I didn't realize LC_ALL was an override, and I should have.  I tried to
make a test, but it is not clear that the LC variables actually affect
the strings that uuid is using to parse the command output.
Lib/uuid.py