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
e8afd01d
Kaydet (Commit)
e8afd01d
authored
Ock 16, 2016
tarafından
Martin Panter
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #23883: Update news
üst
104dcdab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
3.6.rst
Doc/whatsnew/3.6.rst
+3
-2
NEWS
Misc/NEWS
+4
-3
No files found.
Doc/whatsnew/3.6.rst
Dosyayı görüntüle @
e8afd01d
...
...
@@ -251,8 +251,9 @@ Changes in the Python API
:exc:`PendingDeprecationWarning`.
* The following modules have had missing APIs added to their :attr:`__all__`
attributes to match the documented APIs: :mod:`csv`, :mod:`enum`,
:mod:`ftplib`, :mod:`logging`, :mod:`optparse`, :mod:`threading` and
attributes to match the documented APIs: :mod:`calendar`, :mod:`csv`,
:mod:`enum`, :mod:`fileinput`, :mod:`ftplib`, :mod:`logging`,
:mod:`optparse`, :mod:`tarfile`, :mod:`threading` and
:mod:`wave`. This means they will export new symbols when ``import *``
is used. See :issue:`23883`.
...
...
Misc/NEWS
Dosyayı görüntüle @
e8afd01d
...
...
@@ -275,9 +275,10 @@ Library
anything
as
they
could
potentially
signal
a
different
process
.
-
Issue
#
23883
:
Added
missing
APIs
to
__all__
to
match
the
documented
APIs
for
the
following
modules
:
csv
,
enum
,
ftplib
,
logging
,
optparse
,
threading
and
wave
.
Also
added
a
test
.
support
.
check__all__
()
helper
.
Patches
by
Jacek
Ko
ł
odziej
.
for
the
following
modules
:
calendar
,
csv
,
enum
,
fileinput
,
ftplib
,
logging
,
optparse
,
tarfile
,
threading
and
wave
.
Also
added
a
test
.
support
.
check__all__
()
helper
.
Patches
by
Jacek
Ko
ł
odziej
,
Mauro
S
.
M
.
Rodrigues
and
Joel
Taddei
.
-
Issue
#
25590
:
In
the
Readline
completer
,
only
call
getattr
()
once
per
attribute
.
Also
complete
names
of
attributes
such
as
properties
and
slots
...
...
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