]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
5562 -> 3061.
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 30 May 2009 06:15:30 +0000 (06:15 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 30 May 2009 06:15:30 +0000 (06:15 +0000)
Lib/test/test_time.py
Misc/NEWS

index 4e21a64be0a9c087252640888eae3b6098882aa4..93d4d36a5d7ddeab6e2fbd35de1c8f2011196ab0 100644 (file)
@@ -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:
index e7a425a0389149bcccc6f79e2328f1f01801e63e..2793d14da906727fa6f5511c09796faa04d08fda 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -111,7 +111,7 @@ Installation
 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.