summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-04-16 23:42:37 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-04-16 23:42:37 (GMT)
commit528619b6c3a9cdf987397eacb4fbc36dec7c6433 (patch)
treefef4aa496cbfb0bdb83e30ab27fb3042278bc9ea /Misc
parent9015eb4f7498f800835c176123676113a060ba12 (diff)
downloadcpython-528619b6c3a9cdf987397eacb4fbc36dec7c6433.zip
cpython-528619b6c3a9cdf987397eacb4fbc36dec7c6433.tar.gz
cpython-528619b6c3a9cdf987397eacb4fbc36dec7c6433.tar.bz2
Issue #26782: Add STARTUPINFO to subprocess.__all__ on Windows
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index af2d654..c02cd3a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -245,6 +245,8 @@ Core and Builtins
Library
-------
+- Issue #26782: Add STARTUPINFO to subprocess.__all__ on Windows.
+
- Issue #26404: Add context manager to socketserver. Patch by Aviv Palivoda.
- Issue #26735: Fix :func:`os.urandom` on Solaris 11.3 and newer when reading