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
fb5faf02
Kaydet (Commit)
fb5faf02
authored
Kas 05, 2008
tarafından
Christian Heimes
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #1210: Fixed imaplib
Patch by Victor Stinner, reviewed by Barry Warsaw.
üst
ecc42a2b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
8 deletions
+3
-8
imaplib.rst
Doc/library/imaplib.rst
+1
-8
imaplib.py
Lib/imaplib.py
+0
-0
NEWS
Misc/NEWS
+2
-0
No files found.
Doc/library/imaplib.rst
Dosyayı görüntüle @
fb5faf02
...
@@ -75,7 +75,7 @@ The second subclass allows for connections created by a child process:
...
@@ -75,7 +75,7 @@ The second subclass allows for connections created by a child process:
This is a subclass derived from :class:`IMAP4` that connects to the
This is a subclass derived from :class:`IMAP4` that connects to the
``stdin/stdout`` file descriptors created by passing *command* to
``stdin/stdout`` file descriptors created by passing *command* to
``
os.popen2
()``.
``
subprocess.Popen
()``.
The following utility functions are defined:
The following utility functions are defined:
...
@@ -468,13 +468,6 @@ An :class:`IMAP4` instance has the following methods:
...
@@ -468,13 +468,6 @@ An :class:`IMAP4` instance has the following methods:
Allow simple extension commands notified by server in ``CAPABILITY`` response.
Allow simple extension commands notified by server in ``CAPABILITY`` response.
Instances of :class:`IMAP4_SSL` have just one additional method:
.. method:: IMAP4_SSL.ssl()
Returns SSLObject instance used for the secure connection with the server.
The following attributes are defined on instances of :class:`IMAP4`:
The following attributes are defined on instances of :class:`IMAP4`:
...
...
Lib/imaplib.py
Dosyayı görüntüle @
fb5faf02
This diff is collapsed.
Click to expand it.
Misc/NEWS
Dosyayı görüntüle @
fb5faf02
...
@@ -15,6 +15,8 @@ What's New in Python 3.0 beta 5
...
@@ -15,6 +15,8 @@ What's New in Python 3.0 beta 5
Core and Builtins
Core and Builtins
-----------------
-----------------
- Issue #1210: Fixed imaplib and its documentation.
- Issue #4233: Changed semantic of ``_fileio.FileIO``'s ``close()``
- Issue #4233: Changed semantic of ``_fileio.FileIO``'s ``close()``
method on file objects with closefd=False. The file descriptor is still
method on file objects with closefd=False. The file descriptor is still
kept open but the file object behaves like a closed file. The ``FileIO``
kept open but the file object behaves like a closed file. The ``FileIO``
...
...
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