summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-07-04-17-14-26.bpo-34044.KWAu4y.rst
blob: 42a6ffbf84af7b0e1e66a3586d623000695e4d7b (plain)
1
2
3
``subprocess.Popen`` now copies the *startupinfo* argument to leave it
unchanged: it will modify the copy, so that the same ``STARTUPINFO`` object can
be used multiple times.