5562 -> 3061.
diff --git a/Lib/test/test_time.py b/Lib/test/test_time.py
index 4e21a64..93d4d36 100644
--- a/Lib/test/test_time.py
+++ b/Lib/test/test_time.py
@@ -230,7 +230,7 @@
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:
diff --git a/Misc/NEWS b/Misc/NEWS
index e7a425a..2793d14 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -111,7 +111,7 @@
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.