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
7f758c49
Kaydet (Commit)
7f758c49
authored
Agu 15, 2007
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Mark deprecated modules as such.
üst
09a5c3e6
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
25 additions
and
3 deletions
+25
-3
markup.rst
Doc/documenting/markup.rst
+10
-0
md5.rst
Doc/library/md5.rst
+1
-0
mimetools.rst
Doc/library/mimetools.rst
+1
-0
mimewriter.rst
Doc/library/mimewriter.rst
+1
-0
mimify.rst
Doc/library/mimify.rst
+1
-0
multifile.rst
Doc/library/multifile.rst
+1
-0
popen2.rst
Doc/library/popen2.rst
+1
-0
posixfile.rst
Doc/library/posixfile.rst
+1
-0
rfc822.rst
Doc/library/rfc822.rst
+1
-0
sets.rst
Doc/library/sets.rst
+1
-0
sha.rst
Doc/library/sha.rst
+1
-0
stringprep.rst
Doc/library/stringprep.rst
+1
-0
xmllib.rst
Doc/library/xmllib.rst
+1
-0
zipfile.rst
Doc/library/zipfile.rst
+3
-3
No files found.
Doc/documenting/markup.rst
Dosyayı görüntüle @
7f758c49
...
...
@@ -79,6 +79,9 @@ As you can see, the module-specific markup consists of two directives, the
The
``
synopsis
``
option
should
consist
of
one
sentence
describing
the
module
's purpose -- it is currently only used in the Global Module Index.
The ``deprecated`` option can be given (with no value) to mark a module as
deprecated; it will be designated as such in various locations then.
.. describe:: moduleauthor
The ``moduleauthor`` directive, which can appear multiple times, names the
...
...
@@ -333,6 +336,13 @@ the current module, or the built-in function of that name. In contrast,
``:func:`foo.filter``` clearly refers to the ``filter`` function in the ``foo``
module.
Normally, names in these roles are searched first without any further
qualification, then with the current module name prepended, then with the
current module and class name (if any) prepended. If you prefix the name with a
dot, this order is reversed. For example, in the documentation of the
:mod:`codecs` module, ``:func:`open``` always refers to the built-in function,
while ``:func:`.open``` refers to :func:`codecs.open`.
A similar heuristic is used to determine whether the name is an attribute of
the currently documented class.
...
...
Doc/library/md5.rst
Dosyayı görüntüle @
7f758c49
...
...
@@ -4,6 +4,7 @@
.. module:: md5
:synopsis: RSA's MD5 message digest algorithm.
:deprecated:
.. deprecated:: 2.5
...
...
Doc/library/mimetools.rst
Dosyayı görüntüle @
7f758c49
...
...
@@ -4,6 +4,7 @@
.. module:: mimetools
:synopsis: Tools for parsing MIME-style message bodies.
:deprecated:
.. deprecated:: 2.3
...
...
Doc/library/mimewriter.rst
Dosyayı görüntüle @
7f758c49
...
...
@@ -3,6 +3,7 @@
.. module:: MimeWriter
:synopsis: Write MIME format files.
:deprecated:
.. sectionauthor:: Christopher G. Petrilli <petrilli@amber.org>
...
...
Doc/library/mimify.rst
Dosyayı görüntüle @
7f758c49
...
...
@@ -4,6 +4,7 @@
.. module:: mimify
:synopsis: Mimification and unmimification of mail messages.
:deprecated:
.. deprecated:: 2.3
...
...
Doc/library/multifile.rst
Dosyayı görüntüle @
7f758c49
...
...
@@ -4,6 +4,7 @@
.. module:: multifile
:synopsis: Support for reading files which contain distinct parts, such as some MIME data.
:deprecated:
.. sectionauthor:: Eric S. Raymond <esr@snark.thyrsus.com>
...
...
Doc/library/popen2.rst
Dosyayı görüntüle @
7f758c49
...
...
@@ -4,6 +4,7 @@
.. module:: popen2
:synopsis: Subprocesses with accessible standard I/O streams.
:deprecated:
.. sectionauthor:: Drew Csillag <drew_csillag@geocities.com>
...
...
Doc/library/posixfile.rst
Dosyayı görüntüle @
7f758c49
...
...
@@ -7,6 +7,7 @@
.. module:: posixfile
:platform: Unix
:synopsis: A file-like object with support for locking.
:deprecated:
.. moduleauthor:: Jaap Vermeulen
.. sectionauthor:: Jaap Vermeulen
...
...
Doc/library/rfc822.rst
Dosyayı görüntüle @
7f758c49
...
...
@@ -4,6 +4,7 @@
.. module:: rfc822
:synopsis: Parse 2822 style mail messages.
:deprecated:
.. deprecated:: 2.3
...
...
Doc/library/sets.rst
Dosyayı görüntüle @
7f758c49
...
...
@@ -4,6 +4,7 @@
.. module:: sets
:synopsis: Implementation of sets of unique elements.
:deprecated:
.. moduleauthor:: Greg V. Wilson <gvwilson@nevex.com>
.. moduleauthor:: Alex Martelli <aleax@aleax.it>
.. moduleauthor:: Guido van Rossum <guido@python.org>
...
...
Doc/library/sha.rst
Dosyayı görüntüle @
7f758c49
...
...
@@ -4,6 +4,7 @@
.. module:: sha
:synopsis: NIST's secure hash algorithm, SHA.
:deprecated:
.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
...
...
Doc/library/stringprep.rst
Dosyayı görüntüle @
7f758c49
...
...
@@ -4,6 +4,7 @@
.. module:: stringprep
:synopsis: String preparation, as per RFC 3453
:deprecated:
.. moduleauthor:: Martin v. Löwis <martin@v.loewis.de>
.. sectionauthor:: Martin v. Löwis <martin@v.loewis.de>
...
...
Doc/library/xmllib.rst
Dosyayı görüntüle @
7f758c49
...
...
@@ -4,6 +4,7 @@
.. module:: xmllib
:synopsis: A parser for XML documents.
:deprecated:
.. moduleauthor:: Sjoerd Mullender
<Sjoerd
.
Mullender
@
cwi
.
nl
>
.. sectionauthor:: Sjoerd Mullender
<Sjoerd
.
Mullender
@
cwi
.
nl
>
...
...
Doc/library/zipfile.rst
Dosyayı görüntüle @
7f758c49
...
...
@@ -168,11 +168,11 @@ ZipFile Objects
.. note::
If the ZipFile was created by passing in a file-like object as the first
argument to the constructor, then the object returned by :meth:`open` shares the
argument to the constructor, then the object returned by :meth:`
.
open` shares the
ZipFile's file pointer. Under these circumstances, the object returned by
:meth:`open` should not be used after any additional operations are performed
:meth:`
.
open` should not be used after any additional operations are performed
on the ZipFile object. If the ZipFile was created by passing in a string (the
filename) as the first argument to the constructor, then :meth:`open` will
filename) as the first argument to the constructor, then :meth:`
.
open` will
create a new file object that will be held by the ZipExtFile, allowing it to
operate independently of the 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