summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-09-05 18:57:47 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-09-05 18:57:47 (GMT)
commit2ebd8f5194257d91b076e6866573b8f20f8f40a0 (patch)
tree49d3fa75c968030ad3757f640fbb296564126a06 /Misc/NEWS
parent714e49371b8d73059cf19f92a8566dcd20c6089a (diff)
downloadcpython-2ebd8f5194257d91b076e6866573b8f20f8f40a0.zip
cpython-2ebd8f5194257d91b076e6866573b8f20f8f40a0.tar.gz
cpython-2ebd8f5194257d91b076e6866573b8f20f8f40a0.tar.bz2
Issue #25005: Backout fix for #8232 because of use of unsafe subprocess.call(shell=True)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b28aa19..d67ec38 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -312,9 +312,6 @@ Library
- Issue #14373: C implementation of functools.lru_cache() now can be used with
methods.
-- Issue #8232: webbrowser support incomplete on Windows. Patch by Brandon
- Milam
-
- Issue #24347: Set KeyError if PyDict_GetItemWithError returns NULL.
- Issue #24348: Drop superfluous incref/decref.