diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-01-16 07:01:46 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-01-16 07:01:46 (GMT) |
commit | e8afd01db8c96ac686ab1834a04c0467e8d092e9 (patch) | |
tree | 6653f60f3b82dfb758445c8e0162ed2f63ba5b01 /Doc/whatsnew | |
parent | 104dcdab593b50596666b9f27fa6bfedc376deae (diff) | |
download | cpython-e8afd01db8c96ac686ab1834a04c0467e8d092e9.zip cpython-e8afd01db8c96ac686ab1834a04c0467e8d092e9.tar.gz cpython-e8afd01db8c96ac686ab1834a04c0467e8d092e9.tar.bz2 |
Issue #23883: Update news
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.6.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index a5b9be2..f54cf12 100644 --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -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`. |