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
23e924f9
Kaydet (Commit)
23e924f9
authored
Ock 15, 2011
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix "make suspicious" errors and update ignore file.
üst
375aec23
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
2 deletions
+24
-2
markup.rst
Doc/documenting/markup.rst
+1
-1
susp-ignored.csv
Doc/tools/sphinxext/susp-ignored.csv
+22
-0
3.2.rst
Doc/whatsnew/3.2.rst
+1
-1
No files found.
Doc/documenting/markup.rst
Dosyayı görüntüle @
23e924f9
...
...
@@ -611,7 +611,7 @@ Example::
The
``:
ref
:``
invocation
is
replaced
with
the
section
title
.
Alternatively
,
you
can
reference
any
label
(
not
just
section
titles
)
if
you
provide
the
link
text
``:
ref
:`
link
text
`
<
reference
-
label
>```.
if
you
provide
the
link
text
``:
ref
:`
link
text
<
reference
-
label
>```.
Paragraph
-
level
markup
----------------------
...
...
Doc/tools/sphinxext/susp-ignored.csv
Dosyayı görüntüle @
23e924f9
...
...
@@ -343,3 +343,25 @@ library/logging,,:message,severity:logger name:message
whatsnew/3.2,,:directory,... ${buildout:directory}/downloads/dist
whatsnew/3.2,,:location,... zope9-location = ${zope9:location}
whatsnew/3.2,,:prefix,... zope-conf = ${custom:prefix}/etc/zope.conf
howto/logging,,:root,WARNING:root:Watch out!
howto/logging,,:Watch,WARNING:root:Watch out!
howto/logging,,:root,DEBUG:root:This message should go to the log file
howto/logging,,:This,DEBUG:root:This message should go to the log file
howto/logging,,:root,INFO:root:So should this
howto/logging,,:So,INFO:root:So should this
howto/logging,,:root,"WARNING:root:And this, too"
howto/logging,,:And,"WARNING:root:And this, too"
howto/logging,,:root,INFO:root:Started
howto/logging,,:Started,INFO:root:Started
howto/logging,,:root,INFO:root:Doing something
howto/logging,,:Doing,INFO:root:Doing something
howto/logging,,:root,INFO:root:Finished
howto/logging,,:Finished,INFO:root:Finished
howto/logging,,:root,WARNING:root:Look before you leap!
howto/logging,,:Look,WARNING:root:Look before you leap!
howto/logging,,:This,DEBUG:This message should appear on the console
howto/logging,,:So,INFO:So should this
howto/logging,,:And,"WARNING:And this, too"
howto/logging,,:logger,severity:logger name:message
howto/logging,,:message,severity:logger name:message
library/logging.handlers,,:port,host:port
Doc/whatsnew/3.2.rst
Dosyayı görüntüle @
23e924f9
...
...
@@ -1035,7 +1035,7 @@ popen
-----
The :func:`os.popen` and :func:`subprocess.Popen` functions now support
the :keyword:`with`
-statement`
for auto-closing of the file descriptors.
the :keyword:`with`
statement
for auto-closing of the file descriptors.
gzip and zipfile
----------------
...
...
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