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
9ab09d12
Kaydet (Commit)
9ab09d12
authored
Kas 23, 2012
tarafından
Ezio Melotti
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge debug print removal with 3.2.
üst
27e4b605
82e60de7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
test_cmd_line.py
Lib/test/test_cmd_line.py
+0
-4
No files found.
Lib/test/test_cmd_line.py
Dosyayı görüntüle @
9ab09d12
...
@@ -97,10 +97,6 @@ class CmdLineTest(unittest.TestCase):
...
@@ -97,10 +97,6 @@ class CmdLineTest(unittest.TestCase):
@unittest.skipUnless
(
test
.
support
.
FS_NONASCII
,
'need support.FS_NONASCII'
)
@unittest.skipUnless
(
test
.
support
.
FS_NONASCII
,
'need support.FS_NONASCII'
)
def
test_non_ascii
(
self
):
def
test_non_ascii
(
self
):
# Test handling of non-ascii data
# Test handling of non-ascii data
if
test
.
support
.
verbose
:
import
locale
print
(
'locale encoding =
%
s, filesystem encoding =
%
s'
%
(
locale
.
getpreferredencoding
(),
sys
.
getfilesystemencoding
()))
command
=
(
"assert(ord(
%
r) ==
%
s)"
command
=
(
"assert(ord(
%
r) ==
%
s)"
%
(
test
.
support
.
FS_NONASCII
,
ord
(
test
.
support
.
FS_NONASCII
)))
%
(
test
.
support
.
FS_NONASCII
,
ord
(
test
.
support
.
FS_NONASCII
)))
assert_python_ok
(
'-c'
,
command
)
assert_python_ok
(
'-c'
,
command
)
...
...
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