]> granicus.if.org Git - python/commit
The webbrowser module now uses subprocess's start_new_session=True rather
authorGregory P. Smith <greg@krypto.org>
Wed, 27 Aug 2014 16:34:38 +0000 (09:34 -0700)
committerGregory P. Smith <greg@krypto.org>
Wed, 27 Aug 2014 16:34:38 +0000 (09:34 -0700)
commitfeac3980ced0d80dc21982d87658876644c60e72
treefd2a9e5b390400156487a63858ec09350f3fd169
parent2ced87f3e6f61b777a5cc4368527e6fc8928464f
The webbrowser module now uses subprocess's start_new_session=True rather
than a potentially risky preexec_fn=os.setsid call.
Lib/webbrowser.py
Misc/NEWS