]> 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:56:10 +0000 (14:56 -0500)
committerR David Murray <rdmurray@bitdance.com>
Sat, 18 Jan 2014 19:56:10 +0000 (14:56 -0500)
commit42953535686f7a8ed4dc250d9c87187c20462c1f
treebab0b8599d13be1b257ee3e04914ee29d480a430
parentff97b08d0022392da23a25aa5ccb04e6a2966e8b
#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