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
fab97662
Kaydet (Commit)
fab97662
authored
Şub 26, 2012
tarafından
Éric Araujo
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix typo in “seperat{or,ion}”
üst
a6091998
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
_iomodule.c
Modules/_io/_iomodule.c
+1
-1
textio.c
Modules/_io/textio.c
+1
-1
No files found.
Modules/_io/_iomodule.c
Dosyayı görüntüle @
fab97662
...
...
@@ -58,7 +58,7 @@ PyDoc_STRVAR(module_doc,
"
\n
"
"At the top of the I/O hierarchy is the abstract base class IOBase. It
\n
"
"defines the basic interface to a stream. Note, however, that there is no
\n
"
"sep
e
ration between reading and writing to streams; implementations are
\n
"
"sep
a
ration between reading and writing to streams; implementations are
\n
"
"allowed to throw an IOError if they do not support a given operation.
\n
"
"
\n
"
"Extending IOBase is RawIOBase which deals simply with the reading and
\n
"
...
...
Modules/_io/textio.c
Dosyayı görüntüle @
fab97662
...
...
@@ -627,7 +627,7 @@ PyDoc_STRVAR(textiowrapper_doc,
"enabled. With this enabled, on input, the lines endings '
\\
n', '
\\
r',
\n
"
"or '
\\
r
\\
n' are translated to '
\\
n' before being returned to the
\n
"
"caller. Conversely, on output, '
\\
n' is translated to the system
\n
"
"default line sep
e
rator, os.linesep. If newline is any other of its
\n
"
"default line sep
a
rator, os.linesep. If newline is any other of its
\n
"
"legal values, that newline becomes the newline when the file is read
\n
"
"and it is returned untranslated. On output, '
\\
n' is converted to the
\n
"
"newline.
\n
"
...
...
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