summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2004-07-02 08:56:20 (GMT)
committerThomas Heller <theller@ctypes.org>2004-07-02 08:56:20 (GMT)
commit04c673b6e27c7cfdb1cf92ce4df1f44e2c48261d (patch)
tree04415a2eef017eb4d4e31ab8198809762d84c742 /Misc
parent1df04617b7e8678420dfefa0319fea9fab84af53 (diff)
downloadcpython-04c673b6e27c7cfdb1cf92ce4df1f44e2c48261d.zip
cpython-04c673b6e27c7cfdb1cf92ce4df1f44e2c48261d.tar.gz
cpython-04c673b6e27c7cfdb1cf92ce4df1f44e2c48261d.tar.bz2
SF #951851 fixed.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d01f20b..42c4e67 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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