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
59b0eb52
Kaydet (Commit)
59b0eb52
authored
Ara 18, 2016
tarafından
Martin Panter
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #28987: Typos, grammar, spelling in documentation
üst
fff07e34
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
3.6.rst
Doc/whatsnew/3.6.rst
+1
-1
NEWS
Misc/NEWS
+4
-4
No files found.
Doc/whatsnew/3.6.rst
Dosyayı görüntüle @
59b0eb52
...
...
@@ -360,7 +360,7 @@ ensure that the new ``__classcell__`` namespace entry is propagated to
PEP 487: Descriptor Protocol Enhancements
-----------------------------------------
:pep:`487` extends the descriptor protocol
has
to include the new optional
:pep:`487` extends the descriptor protocol to include the new optional
:meth:`~object.__set_name__` method. Whenever a new class is defined, the new
method will be called on all descriptors included in the definition, providing
them with a reference to the class being defined and the name given to the
...
...
Misc/NEWS
Dosyayı görüntüle @
59b0eb52
...
...
@@ -17,10 +17,10 @@ Core and Builtins
to/from UTF-8, instead of the locale encoding to avoid inconsistencies with
os.fsencode() and os.fsdecode() which are already using UTF-8.
- Issue #28991: functools.lru_cache() was susceptible to an obscure
$
- Issue #28991: functools.lru_cache() was susceptible to an obscure
reentrancy
bug triggerable by a monkey-patched len() function.
- Issue #28739: f-string expressions no longer accepted as docstrings and
- Issue #28739: f-string expressions
are
no longer accepted as docstrings and
by ast.literal_eval() even if they do not include expressions.
- Issue #28512: Fixed setting the offset attribute of SyntaxError by
...
...
@@ -49,7 +49,7 @@ Library
Windows
-------
- Issue #25778: winreg does not trunca
s
e string correctly (Patch by Eryk Sun)
- Issue #25778: winreg does not trunca
t
e string correctly (Patch by Eryk Sun)
- Issue #28896: Deprecate WindowsRegistryFinder and disable it by default.
...
...
@@ -84,7 +84,7 @@ Core and Builtins
must
not
convert
combined
table
into
split
table
.
Patch
written
by
INADA
Naoki
.
-
Issue
#
28990
:
Fix
async
h
io
SSL
hanging
if
connection
is
closed
before
-
Issue
#
28990
:
Fix
asyncio
SSL
hanging
if
connection
is
closed
before
handshake
is
completed
.
(
Patch
by
HoHo
-
Ho
)
Tools
/
Demos
...
...
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