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
52957183
Kaydet (Commit)
52957183
authored
Ara 03, 2011
tarafından
Meador Inge
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #13513: IOBase docs incorrectly link to the readline module
üst
974d863f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
io.rst
Doc/library/io.rst
+1
-1
NEWS
Misc/NEWS
+3
-0
No files found.
Doc/library/io.rst
Dosyayı görüntüle @
52957183
...
@@ -233,7 +233,7 @@ I/O Base Classes
...
@@ -233,7 +233,7 @@ I/O Base Classes
:class:`IOBase` object can be iterated over yielding the lines in a stream.
:class:`IOBase` object can be iterated over yielding the lines in a stream.
Lines are defined slightly differently depending on whether the stream is
Lines are defined slightly differently depending on whether the stream is
a binary stream (yielding :class:`bytes`), or a text stream (yielding
a binary stream (yielding :class:`bytes`), or a text stream (yielding
:class:`unicode` strings). See :meth:`readline` below.
:class:`unicode` strings). See :meth:`
~IOBase.
readline` below.
IOBase is also a context manager and therefore supports the
IOBase is also a context manager and therefore supports the
:keyword:`with` statement. In this example, *file* is closed after the
:keyword:`with` statement. In this example, *file* is closed after the
...
...
Misc/NEWS
Dosyayı görüntüle @
52957183
...
@@ -430,6 +430,9 @@ Tests
...
@@ -430,6 +430,9 @@ Tests
Documentation
Documentation
-------------
-------------
-
Issue
#
13513
:
Fix
io
.
IOBase
documentation
to
correctly
link
to
the
io
.
IOBase
.
readline
method
instead
of
the
readline
module
.
-
Issue
#
13237
:
Reorganise
subprocess
documentation
to
emphasise
convenience
-
Issue
#
13237
:
Reorganise
subprocess
documentation
to
emphasise
convenience
functions
and
the
most
commonly
needed
arguments
to
Popen
.
functions
and
the
most
commonly
needed
arguments
to
Popen
.
...
...
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