Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
a6a9c4d2
Commit
a6a9c4d2
authored
May 30, 2009
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
5562 -> 3061.
parent
1b01ccd7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Lib/test/test_time.py
Lib/test/test_time.py
+1
-1
Misc/NEWS
Misc/NEWS
+1
-1
No files found.
Lib/test/test_time.py
View file @
a6a9c4d2
...
...
@@ -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
:
...
...
Misc/NEWS
View file @
a6a9c4d2
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment