From: Benjamin Peterson Date: Sat, 23 May 2009 17:09:43 +0000 (+0000) Subject: update NEWS X-Git-Tag: v3.1rc1~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3dc22e8770d80276ce7c5e4c7c3e750ada77d396;p=python update NEWS --- diff --git a/Misc/NEWS b/Misc/NEWS index 85245fa0df..1380b2960a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -71,6 +71,8 @@ Extension Modules - Issue #6093: Fix off-by-one error in locale.strxfrm. +- The _functools and _locale modules are now built into the shared library. + Tests -----