]> 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:41:05 +0000 (09:41 -0700)
committerGregory P. Smith <greg@krypto.org>
Wed, 27 Aug 2014 16:41:05 +0000 (09:41 -0700)
commita232613679883b94ecd185c040325755b0de4c0f
tree02508f22963c965c52d460bb145e60d18eeaec30
parent7cea44d3cfa216c63c78ee3262989c1a2d563121
parentfeac3980ced0d80dc21982d87658876644c60e72
The webbrowser module now uses subprocess's start_new_session=True rather
than a potentially risky preexec_fn=os.setsid call.
Misc/NEWS