mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +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):
|
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
|
||||||
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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue