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
06176a89
Kaydet (Commit)
06176a89
authored
Tem 02, 2012
tarafından
Éric Araujo
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Adapt mentions of future changes in doc
üst
0d983b53
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
5 deletions
+4
-5
sourcedist.rst
Doc/distutils/sourcedist.rst
+1
-2
csv.rst
Doc/library/csv.rst
+1
-1
mailbox.rst
Doc/library/mailbox.rst
+1
-1
parser.rst
Doc/library/parser.rst
+1
-1
No files found.
Doc/distutils/sourcedist.rst
Dosyayı görüntüle @
06176a89
...
@@ -51,8 +51,7 @@ Notes:
...
@@ -51,8 +51,7 @@ Notes:
of the standard Python library since Python 1.6)
of the standard Python library since Python 1.6)
(4)
(4)
requires the :program:`compress` program. Notice that this format is now
requires the :program:`compress` program.
pending for deprecation and will be removed in the future versions of Python.
When using any ``tar`` format (``gztar``, ``bztar``, ``ztar`` or
When using any ``tar`` format (``gztar``, ``bztar``, ``ztar`` or
``tar``) under Unix, you can specify the ``owner`` and ``group`` names
``tar``) under Unix, you can specify the ``owner`` and ``group`` names
...
...
Doc/library/csv.rst
Dosyayı görüntüle @
06176a89
...
@@ -40,7 +40,7 @@ using the :class:`DictReader` and :class:`DictWriter` classes.
...
@@ -40,7 +40,7 @@ using the :class:`DictReader` and :class:`DictWriter` classes.
This version of the :mod:`csv` module doesn't support Unicode input. Also,
This version of the :mod:`csv` module doesn't support Unicode input. Also,
there are currently some issues regarding ASCII NUL characters. Accordingly,
there are currently some issues regarding ASCII NUL characters. Accordingly,
all input should be UTF-8 or printable ASCII to be safe; see the examples in
all input should be UTF-8 or printable ASCII to be safe; see the examples in
section :ref:`csv-examples`.
These restrictions will be removed in the future.
section :ref:`csv-examples`.
.. seealso::
.. seealso::
...
...
Doc/library/mailbox.rst
Dosyayı görüntüle @
06176a89
...
@@ -1513,7 +1513,7 @@ Older versions of the :mod:`mailbox` module do not support modification of
...
@@ -1513,7 +1513,7 @@ Older versions of the :mod:`mailbox` module do not support modification of
mailboxes, such as adding or removing message, and do not provide classes to
mailboxes, such as adding or removing message, and do not provide classes to
represent format-specific message properties. For backward compatibility, the
represent format-specific message properties. For backward compatibility, the
older mailbox classes are still available, but the newer classes should be used
older mailbox classes are still available, but the newer classes should be used
in preference to them. The old classes
will be
removed in Python 3.
in preference to them. The old classes
have been
removed in Python 3.
Older mailbox objects support only iteration and provide a single public method:
Older mailbox objects support only iteration and provide a single public method:
...
...
Doc/library/parser.rst
Dosyayı görüntüle @
06176a89
...
@@ -34,7 +34,7 @@ the code forming the application. It is also faster.
...
@@ -34,7 +34,7 @@ the code forming the application. It is also faster.
replaced by "ast"; this is a legacy from the time when there was no other
replaced by "ast"; this is a legacy from the time when there was no other
AST and has nothing to do with the AST found in Python 2.5. This is also the
AST and has nothing to do with the AST found in Python 2.5. This is also the
reason for the functions' keyword arguments being called *ast*, not *st*.
reason for the functions' keyword arguments being called *ast*, not *st*.
The "ast" functions
will be
removed in Python 3.
The "ast" functions
have been
removed in Python 3.
There are a few things to note about this module which are important to making
There are a few things to note about this module which are important to making
use of the data structures created. This is not a tutorial on editing the parse
use of the data structures created. This is not a tutorial on editing the parse
...
...
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