summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2014-08-27 16:34:38 (GMT)
committerGregory P. Smith <greg@krypto.org>2014-08-27 16:34:38 (GMT)
commitfeac3980ced0d80dc21982d87658876644c60e72 (patch)
treefd2a9e5b390400156487a63858ec09350f3fd169 /Misc
parent2ced87f3e6f61b777a5cc4368527e6fc8928464f (diff)
downloadcpython-feac3980ced0d80dc21982d87658876644c60e72.zip
cpython-feac3980ced0d80dc21982d87658876644c60e72.tar.gz
cpython-feac3980ced0d80dc21982d87658876644c60e72.tar.bz2
The webbrowser module now uses subprocess's start_new_session=True rather
than a potentially risky preexec_fn=os.setsid call.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7028cf1..bc90861 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,9 @@ Core and Builtins
Library
-------
+- The webbrowser module now uses subprocess's start_new_session=True rather
+ than a potentially risky preexec_fn=os.setsid call.
+
- Issue #22236: Fixed Tkinter images copying operations in NoDefaultRoot mode.
- Issue #22191: Fix warnings.__all__.