summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cac78e1..bdd121c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -379,6 +379,8 @@ Core and Builtins
Library
-------
+- Issue #6851: Fix urllib.urlopen crash on secondairy threads on OSX 10.6
+
- Issue #4606: Passing 'None' if ctypes argtype is set to POINTER(...)
does now always result in NULL.