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
03c29f90
Commit
03c29f90
authored
Feb 02, 2012
by
Stefan Krah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #1813: Revert workaround for a glibc bug on the Fedora buildbot.
parent
090ec3c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
Lib/test/test_locale.py
Lib/test/test_locale.py
+0
-3
No files found.
Lib/test/test_locale.py
View file @
03c29f90
from
test.support
import
run_unittest
,
verbose
from
platform
import
linux_distribution
import
unittest
import
locale
import
sys
...
...
@@ -392,8 +391,6 @@ class TestMiscellaneous(unittest.TestCase):
# crasher from bug #7419
self
.
assertRaises
(
locale
.
Error
,
locale
.
setlocale
,
12345
)
@
unittest
.
skipIf
(
linux_distribution
()[
0
]
==
'Fedora'
,
"Fedora setlocale() "
"bug: https://bugzilla.redhat.com/show_bug.cgi?id=726536"
)
def
test_getsetlocale_issue1813
(
self
):
# Issue #1813: setting and getting the locale under a Turkish locale
oldlocale
=
locale
.
setlocale
(
locale
.
LC_CTYPE
)
...
...
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