mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
This reverts commit ace5c0fdd9.
This commit is contained in:
committed by
GitHub
parent
78ad039bcf
commit
6a4b04cd33
@@ -1402,7 +1402,7 @@ class ReTests(unittest.TestCase):
|
||||
|
||||
def test_locale_flag(self):
|
||||
import locale
|
||||
enc = locale.getpreferredencoding(False)
|
||||
_, enc = locale.getlocale(locale.LC_CTYPE)
|
||||
# Search non-ASCII letter
|
||||
for i in range(128, 256):
|
||||
try:
|
||||
|
||||
@@ -134,6 +134,7 @@ Library
|
||||
|
||||
- bpo-29110: Fix file object leak in aifc.open() when file is given as a
|
||||
filesystem path and is not in valid AIFF format. Patch by Anthony Zhang.
|
||||
- Issue #24932: Use proper command line parsing in _testembed
|
||||
|
||||
- Issue #28556: Various updates to typing module: typing.Counter, typing.ChainMap,
|
||||
improved ABC caching, etc. Original PRs by Jelle Zijlstra, Ivan Levkivskyi,
|
||||
|
||||
Reference in New Issue
Block a user