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
3b015c46
Kaydet (Commit)
3b015c46
authored
Ock 05, 2007
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
[Bug #1622533] Make docstrings raw strings because they contain control characters (\0, \1)
üst
a6e0f502
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
StringIO.py
Lib/StringIO.py
+1
-1
difflib.py
Lib/difflib.py
+1
-1
No files found.
Lib/StringIO.py
Dosyayı görüntüle @
3b015c46
...
@@ -137,7 +137,7 @@ class StringIO:
...
@@ -137,7 +137,7 @@ class StringIO:
return
r
return
r
def
readline
(
self
,
length
=
None
):
def
readline
(
self
,
length
=
None
):
"""Read one entire line from the file.
r
"""Read one entire line from the file.
A trailing newline character is kept in the string (but may be absent
A trailing newline character is kept in the string (but may be absent
when a file ends with an incomplete line). If the size argument is
when a file ends with an incomplete line). If the size argument is
...
...
Lib/difflib.py
Dosyayı görüntüle @
3b015c46
...
@@ -1311,7 +1311,7 @@ def ndiff(a, b, linejunk=None, charjunk=IS_CHARACTER_JUNK):
...
@@ -1311,7 +1311,7 @@ def ndiff(a, b, linejunk=None, charjunk=IS_CHARACTER_JUNK):
def
_mdiff
(
fromlines
,
tolines
,
context
=
None
,
linejunk
=
None
,
def
_mdiff
(
fromlines
,
tolines
,
context
=
None
,
linejunk
=
None
,
charjunk
=
IS_CHARACTER_JUNK
):
charjunk
=
IS_CHARACTER_JUNK
):
"""Returns generator yielding marked up from/to side by side differences.
r
"""Returns generator yielding marked up from/to side by side differences.
Arguments:
Arguments:
fromlines -- list of text lines to compared to tolines
fromlines -- list of text lines to compared to tolines
...
...
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