[Python-checkins] cpython: Issue #23883: Update news

martin.panter python-checkins at python.org
Sat Jan 16 02:39:28 EST 2016


https://hg.python.org/cpython/rev/a5d3ebb6ad2a
changeset:   99928:a5d3ebb6ad2a
user:        Martin Panter <vadmium+py at gmail.com>
date:        Sat Jan 16 07:01:46 2016 +0000
summary:
  Issue #23883: Update news

files:
  Doc/whatsnew/3.6.rst |  5 +++--
  Misc/NEWS            |  7 ++++---
  2 files changed, 7 insertions(+), 5 deletions(-)


diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -251,8 +251,9 @@
   :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`.
 
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -275,9 +275,10 @@
   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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list