Kaydet (Commit) e8afd01d authored tarafından Martin Panter's avatar Martin Panter

Issue #23883: Update news

üst 104dcdab
...@@ -251,8 +251,9 @@ Changes in the Python API ...@@ -251,8 +251,9 @@ Changes in the Python API
:exc:`PendingDeprecationWarning`. :exc:`PendingDeprecationWarning`.
* The following modules have had missing APIs added to their :attr:`__all__` * The following modules have had missing APIs added to their :attr:`__all__`
attributes to match the documented APIs: :mod:`csv`, :mod:`enum`, attributes to match the documented APIs: :mod:`calendar`, :mod:`csv`,
:mod:`ftplib`, :mod:`logging`, :mod:`optparse`, :mod:`threading` and :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 *`` :mod:`wave`. This means they will export new symbols when ``import *``
is used. See :issue:`23883`. is used. See :issue:`23883`.
......
...@@ -275,9 +275,10 @@ Library ...@@ -275,9 +275,10 @@ Library
anything as they could potentially signal a different process. anything as they could potentially signal a different process.
- Issue #23883: Added missing APIs to __all__ to match the documented APIs - Issue #23883: Added missing APIs to __all__ to match the documented APIs
for the following modules: csv, enum, ftplib, logging, optparse, threading for the following modules: calendar, csv, enum, fileinput, ftplib, logging,
and wave. Also added a test.support.check__all__() helper. Patches by optparse, tarfile, threading and wave. Also added a
Jacek Kołodziej. 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 - Issue #25590: In the Readline completer, only call getattr() once per
attribute. Also complete names of attributes such as properties and slots attribute. Also complete names of attributes such as properties and slots
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment