]> granicus.if.org Git - python/commit
Issue #22943: bsddb tests are locale independend now.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 1 Dec 2014 08:34:23 +0000 (10:34 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 1 Dec 2014 08:34:23 +0000 (10:34 +0200)
commit169f195b660d763b934e229e31eb8ace6170e8fa
treed2eca55f179e07898a1495b2ae5fea1e16d4af48
parentd5355178ad0abfe5c1f1d0b51ddd3de7e19eabc6
Issue #22943: bsddb tests are locale independend now.
This fixes tests on 8-bit locales (in particular on Windows).
Lib/bsddb/test/test_all.py
Lib/bsddb/test/test_basics.py
Lib/bsddb/test/test_dbshelve.py
Lib/bsddb/test/test_get_none.py
Lib/bsddb/test/test_queue.py
Lib/bsddb/test/test_recno.py
Misc/NEWS