summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-04-16 23:42:37 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-04-16 23:42:37 +0000
commit528619b6c3a9cdf987397eacb4fbc36dec7c6433 (patch)
treefef4aa496cbfb0bdb83e30ab27fb3042278bc9ea /Doc
parent9015eb4f7498f800835c176123676113a060ba12 (diff)
downloadcpython-git-528619b6c3a9cdf987397eacb4fbc36dec7c6433.tar.gz
Issue #26782: Add STARTUPINFO to subprocess.__all__ on Windows
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.6.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
index ef10ef24d6..adb8b73f94 100644
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -500,7 +500,7 @@ Changes in the Python API
attributes to match the documented APIs: :mod:`calendar`, :mod:`csv`,
:mod:`~xml.etree.ElementTree`, :mod:`enum`,
:mod:`fileinput`, :mod:`ftplib`, :mod:`logging`,
- :mod:`optparse`, :mod:`tarfile`, :mod:`threading` and
+ :mod:`optparse`, :mod:`subprocess`, :mod:`tarfile`, :mod:`threading` and
:mod:`wave`. This means they will export new symbols when ``import *``
is used. See :issue:`23883`.