From: Kristján Valur Jónsson Date: Mon, 12 Jan 2009 09:20:34 +0000 (+0000) Subject: Update Misc/NEWS for issue 3582 X-Git-Tag: v2.7a1~2318 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6220e41cb153eb94d6275f2b62b8a3fd614df7d1;p=python Update Misc/NEWS for issue 3582 --- diff --git a/Misc/NEWS b/Misc/NEWS index 517984e65e..9e7ad4d629 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -123,6 +123,8 @@ Core and Builtins - Issue #4748: Lambda generators no longer return a value. +- Issue #3582: Use native TLS functions on Windows + Library -------