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
97ce0faa
Kaydet (Commit)
97ce0faa
authored
Kas 14, 2015
tarafından
Martin Panter
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix grammar in whatsnew/3.5.rst and elsewhere
Mainly missing grammatical articles (the, a).
üst
32acc16c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
linecache.rst
Doc/library/linecache.rst
+1
-1
3.5.rst
Doc/whatsnew/3.5.rst
+0
-0
NEWS
Misc/NEWS
+1
-1
No files found.
Doc/library/linecache.rst
Dosyayı görüntüle @
97ce0faa
...
...
@@ -49,7 +49,7 @@ The :mod:`linecache` module defines the following functions:
.. function:: lazycache(filename, module_globals)
Capture enough detail about a non-file
based module to permit getting its
Capture enough detail about a non-file
-
based module to permit getting its
lines later via :func:`getline` even if *module_globals* is None in the later
call. This avoids doing I/O until a line is actually needed, without having
to carry the module globals around indefinitely.
...
...
Doc/whatsnew/3.5.rst
Dosyayı görüntüle @
97ce0faa
This diff is collapsed.
Click to expand it.
Misc/NEWS
Dosyayı görüntüle @
97ce0faa
...
...
@@ -1674,7 +1674,7 @@ Build
C
API
-----
-
Issue
#
20204
:
Deprecation
warning
is
now
raised
for
builtin
type
without
the
-
Issue
#
20204
:
Deprecation
warning
is
now
raised
for
builtin
type
s
without
the
__module__
attribute
.
Windows
...
...
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