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
da0e579f
Kaydet (Commit)
da0e579f
authored
Eki 03, 2012
tarafından
Nick Coghlan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge doctest note from 3.3
üst
497ebdad
8f80e0a6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
doctest.rst
Doc/library/doctest.rst
+8
-0
No files found.
Doc/library/doctest.rst
Dosyayı görüntüle @
da0e579f
...
...
@@ -650,6 +650,14 @@ above.
An
example
's doctest directives modify doctest'
s
behavior
for
that
single
example
.
Use
``+``
to
enable
the
named
behavior
,
or
``-``
to
disable
it
.
..
note
::
Due
to
an
`
unfortunate
bug
`
_
in
our
documentation
publishing
process
,
the
directives
in
the
following
examples
are
not
being
displayed
in
the
rendered
HTML
version
.
Please
use
the
"Show Source"
link
in
the
sidebar
to
view
the
details
of
the
directive
usage
examples
.
..
_unfortunate
bug
:
http
://
bugs
.
python
.
org
/
issue12947
For
example
,
this
test
passes
::
>>>
print
(
list
(
range
(
20
)))
#
doctest
:
+
NORMALIZE_WHITESPACE
...
...
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