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
33369cf9
Kaydet (Commit)
33369cf9
authored
Haz 24, 2012
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix a bunch of "versionchanged" related markup errors.
üst
26af3b22
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
6 deletions
+5
-6
mailbox.rst
Doc/library/mailbox.rst
+2
-1
urllib.request.rst
Doc/library/urllib.request.rst
+3
-4
simple_stmts.rst
Doc/reference/simple_stmts.rst
+0
-1
No files found.
Doc/library/mailbox.rst
Dosyayı görüntüle @
33369cf9
...
...
@@ -89,7 +89,8 @@ Maildir, mbox, MH, Babyl, and MMDF.
format-specific information is used. Otherwise, reasonable defaults for
format-specific information are used.
.. versionchanged:: 3.2 support for binary input
.. versionchanged:: 3.2
Support for binary input was added.
.. method:: remove(key)
...
...
Doc/library/urllib.request.rst
Dosyayı görüntüle @
33369cf9
...
...
@@ -902,10 +902,9 @@ FileHandler Objects
Open the file locally, if there is no host name, or the host name is
``'localhost'``.
This method is applicable only for local hostnames. When a remote hostname
is given, an :exc:`URLError` is raised.
.. versionchanged:: 3.2
.. versionchanged:: 3.2
This method is applicable only for local hostnames. When a remote
hostname is given, an :exc:`URLError` is raised.
.. _ftp-handler-objects:
...
...
Doc/reference/simple_stmts.rst
Dosyayı görüntüle @
33369cf9
...
...
@@ -393,7 +393,6 @@ assignment of an empty slice of the right type (but even this is determined by
the
sliced
object
).
..
versionchanged
::
3.2
Previously
it
was
illegal
to
delete
a
name
from
the
local
namespace
if
it
occurs
as
a
free
variable
in
a
nested
block
.
...
...
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