Staging
v0.5.1
https://github.com/python/cpython
Revision b1b985da12465a4c5488c7543ffb743f49d3650f authored by Martin Panter on 23 January 2017, 22:11:09 UTC, committed by Martin Panter on 23 January 2017, 22:11:09 UTC
The “readline” module already has a workaround using setlocale(LC_CTYPE,
NULL). The code in test___all__ calls getlocale(), which can subtly alter
the locale string and cause the test framework to complain.
1 parent 3a10425
History
Tip revision: b1b985da12465a4c5488c7543ffb743f49d3650f authored by Martin Panter on 23 January 2017, 22:11:09 UTC
Issue #29273: Remove unneeded workaround to restore locale
Tip revision: b1b985d
File Mode Size
Grammar -rw-r--r-- 6.6 KB

back to top