mirror of
https://github.com/python/cpython.git
synced 2025-07-16 07:45:20 +00:00
This reverts commit ace5c0fdd9
.
This commit is contained in:
parent
ad4a0cc519
commit
21a74312f2
2 changed files with 1 additions and 10 deletions
|
@ -1399,7 +1399,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:
|
||||||
|
|
|
@ -911,15 +911,6 @@ Tools/Demos
|
||||||
Tests
|
Tests
|
||||||
-----
|
-----
|
||||||
|
|
||||||
- bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS.
|
|
||||||
Skip some tests of select.poll when running on macOS due to unresolved
|
|
||||||
issues with the underlying system poll function on some macOS versions.
|
|
||||||
|
|
||||||
- Issue #29571: to match the behaviour of the ``re.LOCALE`` flag,
|
|
||||||
test_re.test_locale_flag now uses ``locale.getpreferredencoding(False)`` to
|
|
||||||
determine the candidate encoding for the test regex (allowing it to correctly
|
|
||||||
skip the test when the default locale encoding is a multi-byte encoding)
|
|
||||||
|
|
||||||
- Issue #24932: Use proper command line parsing in _testembed
|
- Issue #24932: Use proper command line parsing in _testembed
|
||||||
|
|
||||||
- Issue #28950: Disallow -j0 to be combined with -T/-l in regrtest
|
- Issue #28950: Disallow -j0 to be combined with -T/-l in regrtest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue