commit | 3dc22e8770d80276ce7c5e4c7c3e750ada77d396 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat May 23 17:09:43 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sat May 23 17:09:43 2009 +0000 |
tree | 5e46c5823d8833d76a676984d5736e6731176ad3 | |
parent | b747ed3f97a77fb03359c344c71d8360a229b5cb [diff] [blame] |
update NEWS
diff --git a/Misc/NEWS b/Misc/NEWS index 85245fa..1380b29 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -71,6 +71,8 @@ - Issue #6093: Fix off-by-one error in locale.strxfrm. +- The _functools and _locale modules are now built into the shared library. + Tests -----