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
10f08f95
Kaydet (Commit)
10f08f95
authored
Haz 12, 2010
tarafından
Nick Coghlan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Backport a fix from Py3k for a potentially misleading example
üst
f084aed3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doctest.rst
Doc/library/doctest.rst
+4
-4
No files found.
Doc/library/doctest.rst
Dosyayı görüntüle @
10f08f95
...
@@ -576,13 +576,13 @@ doctest decides whether actual output matches an example's expected output:
...
@@ -576,13 +576,13 @@ doctest decides whether actual output matches an example's expected output:
both
these
variations
will
work
regardless
of
whether
the
test
is
run
under
both
these
variations
will
work
regardless
of
whether
the
test
is
run
under
Python
2.7
or
Python
3.2
(
or
later
versions
):
Python
2.7
or
Python
3.2
(
or
later
versions
):
>>>
raise
Value
Error
(
'message'
)
#
doctest
:
+
IGNORE_EXCEPTION_DETAIL
>>>
raise
Custom
Error
(
'message'
)
#
doctest
:
+
IGNORE_EXCEPTION_DETAIL
Traceback
(
most
recent
call
last
):
Traceback
(
most
recent
call
last
):
Value
Error
:
message
Custom
Error
:
message
>>>
raise
Value
Error
(
'message'
)
#
doctest
:
+
IGNORE_EXCEPTION_DETAIL
>>>
raise
Custom
Error
(
'message'
)
#
doctest
:
+
IGNORE_EXCEPTION_DETAIL
Traceback
(
most
recent
call
last
):
Traceback
(
most
recent
call
last
):
builtin
.
Value
Error
:
message
my_module
.
Custom
Error
:
message
Note
that
:
const
:`
ELLIPSIS
`
can
also
be
used
to
ignore
the
Note
that
:
const
:`
ELLIPSIS
`
can
also
be
used
to
ignore
the
details
of
the
exception
message
,
but
such
a
test
may
still
fail
based
details
of
the
exception
message
,
but
such
a
test
may
still
fail
based
...
...
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