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
6a4b04cd
Kaydet (Commit)
6a4b04cd
authored
Mar 08, 2017
tarafından
Benjamin Peterson
Kaydeden (comit)
GitHub
Mar 08, 2017
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Revert "bpo-29571: Use correct locale encoding in test_re (#149)" (#554) (#555)
This reverts commit
ace5c0fd
.
üst
78ad039b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
test_re.py
Lib/test/test_re.py
+1
-1
NEWS
Misc/NEWS
+1
-0
No files found.
Lib/test/test_re.py
Dosyayı görüntüle @
6a4b04cd
...
@@ -1402,7 +1402,7 @@ class ReTests(unittest.TestCase):
...
@@ -1402,7 +1402,7 @@ class ReTests(unittest.TestCase):
def
test_locale_flag
(
self
):
def
test_locale_flag
(
self
):
import
locale
import
locale
enc
=
locale
.
getpreferredencoding
(
False
)
_
,
enc
=
locale
.
getlocale
(
locale
.
LC_CTYPE
)
# Search non-ASCII letter
# Search non-ASCII letter
for
i
in
range
(
128
,
256
):
for
i
in
range
(
128
,
256
):
try
:
try
:
...
...
Misc/NEWS
Dosyayı görüntüle @
6a4b04cd
...
@@ -134,6 +134,7 @@ Library
...
@@ -134,6 +134,7 @@ Library
-
bpo
-
29110
:
Fix
file
object
leak
in
aifc
.
open
()
when
file
is
given
as
a
-
bpo
-
29110
:
Fix
file
object
leak
in
aifc
.
open
()
when
file
is
given
as
a
filesystem
path
and
is
not
in
valid
AIFF
format
.
Patch
by
Anthony
Zhang
.
filesystem
path
and
is
not
in
valid
AIFF
format
.
Patch
by
Anthony
Zhang
.
-
Issue
#
24932
:
Use
proper
command
line
parsing
in
_testembed
-
Issue
#
28556
:
Various
updates
to
typing
module
:
typing
.
Counter
,
typing
.
ChainMap
,
-
Issue
#
28556
:
Various
updates
to
typing
module
:
typing
.
Counter
,
typing
.
ChainMap
,
improved
ABC
caching
,
etc
.
Original
PRs
by
Jelle
Zijlstra
,
Ivan
Levkivskyi
,
improved
ABC
caching
,
etc
.
Original
PRs
by
Jelle
Zijlstra
,
Ivan
Levkivskyi
,
...
...
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