commit | 169f195b660d763b934e229e31eb8ace6170e8fa | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Mon Dec 01 10:34:23 2014 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Mon Dec 01 10:34:23 2014 +0200 |
tree | d2eca55f179e07898a1495b2ae5fea1e16d4af48 | |
parent | d5355178ad0abfe5c1f1d0b51ddd3de7e19eabc6 [diff] [blame] |
Issue #22943: bsddb tests are locale independend now. This fixes tests on 8-bit locales (in particular on Windows).
diff --git a/Misc/NEWS b/Misc/NEWS index 040b950..4b42d62 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -30,6 +30,11 @@ - Issue #18905: "pydoc -p 0" now outputs actually used port. Based on patch by Wieland Hoffmann. +Tests +----- + +- Issue #22943: bsddb tests are locale independend now. + What's New in Python 2.7.9? ===========================