summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-03-27-13-28-16.bpo-31961.GjLoYu.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2018-03-27-13-28-16.bpo-31961.GjLoYu.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2018-03-27-13-28-16.bpo-31961.GjLoYu.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-03-27-13-28-16.bpo-31961.GjLoYu.rst b/Misc/NEWS.d/next/Library/2018-03-27-13-28-16.bpo-31961.GjLoYu.rst
deleted file mode 100644
index a38db67..0000000
--- a/Misc/NEWS.d/next/Library/2018-03-27-13-28-16.bpo-31961.GjLoYu.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-Added support for bytes and path-like objects in :func:`subprocess.Popen`
-on Windows. The *args* parameter now accepts a :term:`path-like object` if
-*shell* is ``False`` and a sequence containing bytes and path-like objects.
-The *executable* parameter now accepts a bytes and :term:`path-like object`.
-The *cwd* parameter now accepts a bytes object.
-Based on patch by Anders Lorentsen.