From 744af4406406d8c96a5a368efbf6f377a7d79095 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sat, 23 May 2009 18:51:49 +0000 Subject: [PATCH] clarify --- Misc/NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index a736ad8b2c9..d5345789463 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 -----