Commit a6a9c4d2 authored by Martin v. Löwis's avatar Martin v. Löwis

5562 -> 3061.

parent 1b01ccd7
...@@ -230,7 +230,7 @@ class TestLocale(unittest.TestCase): ...@@ -230,7 +230,7 @@ class TestLocale(unittest.TestCase):
def tearDown(self): def tearDown(self):
locale.setlocale(locale.LC_ALL, self.oldloc) locale.setlocale(locale.LC_ALL, self.oldloc)
def test_bug_5562(self): def test_bug_3061(self):
try: try:
tmp = locale.setlocale(locale.LC_ALL, "fr_FR") tmp = locale.setlocale(locale.LC_ALL, "fr_FR")
except locale.Error: except locale.Error:
......
...@@ -111,7 +111,7 @@ Installation ...@@ -111,7 +111,7 @@ Installation
Extension Modules Extension Modules
----------------- -----------------
- Issue #5562: Use wcsftime for time.strftime where available. - Issue #3061: Use wcsftime for time.strftime where available.
- Issue #4873: Fix resource leaks in error cases of pwd and grp. - Issue #4873: Fix resource leaks in error cases of pwd and grp.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment