diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-05-23 18:51:49 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-05-23 18:51:49 (GMT) |
commit | 744af4406406d8c96a5a368efbf6f377a7d79095 (patch) | |
tree | 674efe9067614d56fc67c3e26262f52ef7acb759 | |
parent | caa27b7823f12a971aec54f77a06280fdd84f058 (diff) | |
download | cpython-744af4406406d8c96a5a368efbf6f377a7d79095.zip cpython-744af4406406d8c96a5a368efbf6f377a7d79095.tar.gz cpython-744af4406406d8c96a5a368efbf6f377a7d79095.tar.bz2 |
clarify
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 ----- |