This commit is contained in:
Thomas Heller 2004-07-02 08:56:20 +00:00
parent 1df04617b7
commit 04c673b6e2
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ What's New in Python 2.4 alpha 1?
Core and builtins
-----------------
- Bug #951851: Python crashed when reading import table of certain
Windows DLLs.
- Bug #215126. The locals argument to eval() now accepts any mapping type.
- marshal now shares interned strings. This change introduces