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
c16387b1
Kaydet (Commit)
c16387b1
authored
Eyl 28, 2016
tarafından
Berker Peksag
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #28300: Fix typos, patch by Shlomi Fish
üst
de55c612
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
README.txt
Lib/idlelib/README.txt
+1
-1
test_argparse.py
Lib/test/test_argparse.py
+1
-1
No files found.
Lib/idlelib/README.txt
Dosyayı görüntüle @
c16387b1
...
...
@@ -16,7 +16,7 @@ and omissions and lag behind changes in idlelib.
IDLELIB FILES
Implemetation files not in IDLE MENU are marked (nim).
Impleme
n
tation files not in IDLE MENU are marked (nim).
Deprecated files and objects are listed separately as the end.
Startup
...
...
Lib/test/test_argparse.py
Dosyayı görüntüle @
c16387b1
...
...
@@ -4550,7 +4550,7 @@ class TestNamespace(TestCase):
self
.
assertTrue
(
ns2
!=
ns3
)
self
.
assertTrue
(
ns2
!=
ns4
)
def
test_equality_returns_notimplemeted
(
self
):
def
test_equality_returns_notimpleme
n
ted
(
self
):
# See issue 21481
ns
=
argparse
.
Namespace
(
a
=
1
,
b
=
2
)
self
.
assertIs
(
ns
.
__eq__
(
None
),
NotImplemented
)
...
...
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