This commit is contained in:
Benjamin Peterson 2009-05-23 18:51:49 +00:00
parent caa27b7823
commit 744af44064
1 changed files with 2 additions and 1 deletions

View File

@ -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
-----