summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJames <james_g_k@hotmail.co.uk>2017-11-08 14:18:59 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2017-11-08 14:18:59 (GMT)
commitb5d9e0811463f3b28ba355a9e0bee7f1682854e3 (patch)
tree7e69240929fc485f37e70c5d5336d7d873755ed5 /Misc
parent54cc0c0789af8ff2396cb19095b7ab269f2bc06c (diff)
downloadcpython-b5d9e0811463f3b28ba355a9e0bee7f1682854e3.zip
cpython-b5d9e0811463f3b28ba355a9e0bee7f1682854e3.tar.gz
cpython-b5d9e0811463f3b28ba355a9e0bee7f1682854e3.tar.bz2
bpo-31884 subprocess: add Windows constants for process priority (#4150)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2017-10-27.bpo-31884.bjhre9.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-10-27.bpo-31884.bjhre9.rst b/Misc/NEWS.d/next/Library/2017-10-27.bpo-31884.bjhre9.rst
new file mode 100644
index 0000000..cbadb05
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2017-10-27.bpo-31884.bjhre9.rst
@@ -0,0 +1 @@
+added required constants to subprocess module for setting priotity on windows