Fix for issue 6851: urllib.urlopen crashes in a thread on OSX 10.6
diff --git a/Misc/NEWS b/Misc/NEWS
index cac78e1..bdd121c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -379,6 +379,8 @@
 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.