summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2017-11-08-03-38-20.bpo-31961.x5Sv0R.rst
blob: 611f4e978f1a136f2a885f4efdbd805ea95bfe6a (plain)
1
2
3
4
The *args* argument of subprocess.Popen can now be a
:term:`path-like object`. If *args* is given as a
sequence, it's first element can now be a
:term:`path-like object` as well.