From: Benjamin Peterson Date: Sat, 23 May 2009 18:51:49 +0000 (+0000) Subject: clarify X-Git-Tag: v3.1rc1~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=744af4406406d8c96a5a368efbf6f377a7d79095;p=python clarify --- diff --git a/Misc/NEWS b/Misc/NEWS index a736ad8b2c..d534578946 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -74,7 +74,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. +- The _functools and _locale modules are now built into the libpython shared + library instead of as extension modules. Tests -----