summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-06-08 04:35:39 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-06-08 04:35:39 (GMT)
commit93cfeb93ac07033b84cee71ce3fac9d9f5d5e60b (patch)
tree6cdcdb701b0448d638fef7325a0df7e802b3a502 /Misc
parent988df6a36565d789915ca6fbcd2dfc837d18d714 (diff)
downloadcpython-93cfeb93ac07033b84cee71ce3fac9d9f5d5e60b.zip
cpython-93cfeb93ac07033b84cee71ce3fac9d9f5d5e60b.tar.gz
cpython-93cfeb93ac07033b84cee71ce3fac9d9f5d5e60b.tar.bz2
Issue #8232: webbrowser support incomplete on Windows. Patch by Brandon Milam
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5dea7f3..03b8631 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,9 @@ Core and Builtins
Library
-------
+- 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.