Issue #23883: Update news
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 @@
   :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`.