diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-06-08 04:35:39 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-06-08 04:35:39 (GMT) |
commit | 93cfeb93ac07033b84cee71ce3fac9d9f5d5e60b (patch) | |
tree | 6cdcdb701b0448d638fef7325a0df7e802b3a502 /Misc | |
parent | 988df6a36565d789915ca6fbcd2dfc837d18d714 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |