Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
c317a1c1
Kaydet (Commit)
c317a1c1
authored
Şub 02, 2012
tarafından
Stefan Krah
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Issue #1813: merge changeset that reverts a glibc workaround for the
Fedora buildbot.
üst
97e20086
03c29f90
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
test_locale.py
Lib/test/test_locale.py
+0
-3
No files found.
Lib/test/test_locale.py
Dosyayı görüntüle @
c317a1c1
from
test.support
import
run_unittest
,
verbose
from
test.support
import
run_unittest
,
verbose
from
platform
import
linux_distribution
import
unittest
import
unittest
import
locale
import
locale
import
sys
import
sys
...
@@ -392,8 +391,6 @@ class TestMiscellaneous(unittest.TestCase):
...
@@ -392,8 +391,6 @@ class TestMiscellaneous(unittest.TestCase):
# crasher from bug #7419
# crasher from bug #7419
self
.
assertRaises
(
locale
.
Error
,
locale
.
setlocale
,
12345
)
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
):
def
test_getsetlocale_issue1813
(
self
):
# Issue #1813: setting and getting the locale under a Turkish locale
# Issue #1813: setting and getting the locale under a Turkish locale
oldlocale
=
locale
.
setlocale
(
locale
.
LC_CTYPE
)
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