mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
5562 -> 3061.
This commit is contained in:
parent
1b01ccd76a
commit
a6a9c4d2ac
2 changed files with 2 additions and 2 deletions
|
@ -230,7 +230,7 @@ class TestLocale(unittest.TestCase):
|
|||
def tearDown(self):
|
||||
locale.setlocale(locale.LC_ALL, self.oldloc)
|
||||
|
||||
def test_bug_5562(self):
|
||||
def test_bug_3061(self):
|
||||
try:
|
||||
tmp = locale.setlocale(locale.LC_ALL, "fr_FR")
|
||||
except locale.Error:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue