commit | 744af4406406d8c96a5a368efbf6f377a7d79095 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat May 23 18:51:49 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sat May 23 18:51:49 2009 +0000 |
tree | 674efe9067614d56fc67c3e26262f52ef7acb759 | |
parent | caa27b7823f12a971aec54f77a06280fdd84f058 [diff] [blame] |
clarify
diff --git a/Misc/NEWS b/Misc/NEWS index a736ad8..d534578 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -74,7 +74,8 @@ - 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 -----