summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2009-05-30 06:15:30 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2009-05-30 06:15:30 (GMT)
commita6a9c4d2ac2ceb4535fb3ff8afb54b52328c9c0f (patch)
tree433c17562a1bb731c1f7bbe9423ae83f41fac140
parent1b01ccd76a5dfd00efe07af0e942afe0b59de63a (diff)
downloadcpython-a6a9c4d2ac2ceb4535fb3ff8afb54b52328c9c0f.zip
cpython-a6a9c4d2ac2ceb4535fb3ff8afb54b52328c9c0f.tar.gz
cpython-a6a9c4d2ac2ceb4535fb3ff8afb54b52328c9c0f.tar.bz2
5562 -> 3061.
-rw-r--r--Lib/test/test_time.py2
-rw-r--r--Misc/NEWS2
2 files changed, 2 insertions, 2 deletions
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 @@ 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:
diff --git a/Misc/NEWS b/Misc/NEWS
index e7a425a..2793d14 100644
--- 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.