Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e8afd01

Browse files
committed
Issue #23883: Update news
1 parent 104dcda commit e8afd01

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

Doc/whatsnew/3.6.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,9 @@ Changes in the Python API
251251
:exc:`PendingDeprecationWarning`.
252252

253253
* The following modules have had missing APIs added to their :attr:`__all__`
254-
attributes to match the documented APIs: :mod:`csv`, :mod:`enum`,
255-
:mod:`ftplib`, :mod:`logging`, :mod:`optparse`, :mod:`threading` and
254+
attributes to match the documented APIs: :mod:`calendar`, :mod:`csv`,
255+
:mod:`enum`, :mod:`fileinput`, :mod:`ftplib`, :mod:`logging`,
256+
:mod:`optparse`, :mod:`tarfile`, :mod:`threading` and
256257
:mod:`wave`. This means they will export new symbols when ``import *``
257258
is used. See :issue:`23883`.
258259

Misc/NEWS

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,10 @@ Library
275275
anything as they could potentially signal a different process.
276276

277277
- Issue #23883: Added missing APIs to __all__ to match the documented APIs
278-
for the following modules: csv, enum, ftplib, logging, optparse, threading
279-
and wave. Also added a test.support.check__all__() helper. Patches by
280-
Jacek Kołodziej.
278+
for the following modules: calendar, csv, enum, fileinput, ftplib, logging,
279+
optparse, tarfile, threading and wave. Also added a
280+
test.support.check__all__() helper. Patches by Jacek Kołodziej, Mauro
281+
S. M. Rodrigues and Joel Taddei.
281282

282283
- Issue #25590: In the Readline completer, only call getattr() once per
283284
attribute. Also complete names of attributes such as properties and slots

0 commit comments

Comments
 (0)