mirror of
https://github.com/python/cpython.git
synced 2025-09-30 12:21:51 +00:00
This reverts commit ace5c0fdd9
.
This commit is contained in:
parent
78ad039bcf
commit
6a4b04cd33
2 changed files with 2 additions and 1 deletions
|
@ -1402,7 +1402,7 @@ class ReTests(unittest.TestCase):
|
||||||
|
|
||||||
def test_locale_flag(self):
|
def test_locale_flag(self):
|
||||||
import locale
|
import locale
|
||||||
enc = locale.getpreferredencoding(False)
|
_, enc = locale.getlocale(locale.LC_CTYPE)
|
||||||
# Search non-ASCII letter
|
# Search non-ASCII letter
|
||||||
for i in range(128, 256):
|
for i in range(128, 256):
|
||||||
try:
|
try:
|
||||||
|
|
|
@ -134,6 +134,7 @@ Library
|
||||||
|
|
||||||
- bpo-29110: Fix file object leak in aifc.open() when file is given as a
|
- 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.
|
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,
|
- Issue #28556: Various updates to typing module: typing.Counter, typing.ChainMap,
|
||||||
improved ABC caching, etc. Original PRs by Jelle Zijlstra, Ivan Levkivskyi,
|
improved ABC caching, etc. Original PRs by Jelle Zijlstra, Ivan Levkivskyi,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue