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
0a5f91f1
Kaydet (Commit)
0a5f91f1
authored
Ock 19, 2001
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Now that Marc-Andre has retracted unistr(), remove the tests.
üst
48eb9cd6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
12 deletions
+0
-12
test_builtin
Lib/test/output/test_builtin
+0
-1
test_b2.py
Lib/test/test_b2.py
+0
-11
No files found.
Lib/test/output/test_builtin
Dosyayı görüntüle @
0a5f91f1
...
...
@@ -45,7 +45,6 @@ repr
round
setattr
str
unistr
tuple
type
vars
...
...
Lib/test/test_b2.py
Dosyayı görüntüle @
0a5f91f1
...
...
@@ -214,17 +214,6 @@ if str(()) != '()': raise TestFailed, 'str(())'
if
str
([])
!=
'[]'
:
raise
TestFailed
,
'str([])'
if
str
({})
!=
'{}'
:
raise
TestFailed
,
'str({})'
print
'unistr'
if
unistr
(
''
)
<>
u''
:
raise
TestFailed
,
'unistr(
\'\'
)'
if
unistr
(
'a'
)
<>
u'a'
:
raise
TestFailed
,
'unistr(
\'
a
\'
)'
if
unistr
(
u''
)
<>
u''
:
raise
TestFailed
,
'unistr(u
\'\'
)'
if
unistr
(
u'a'
)
<>
u'a'
:
raise
TestFailed
,
'unistr(u
\'
a
\'
)'
if
unistr
(
0
)
<>
u'0'
:
raise
TestFailed
,
'unistr(0)'
if
unistr
(
0L
)
<>
u'0'
:
raise
TestFailed
,
'unistr(0L)'
if
unistr
(())
<>
u'()'
:
raise
TestFailed
,
'unistr(())'
if
unistr
([])
<>
u'[]'
:
raise
TestFailed
,
'unistr([])'
if
unistr
({})
<>
u'{}'
:
raise
TestFailed
,
'unistr({})'
print
'tuple'
if
tuple
(())
!=
():
raise
TestFailed
,
'tuple(())'
if
tuple
((
0
,
1
,
2
,
3
))
!=
(
0
,
1
,
2
,
3
):
raise
TestFailed
,
'tuple((0, 1, 2, 3))'
...
...
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