summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2004-06-07 15:12:44 (GMT)
committerThomas Heller <theller@ctypes.org>2004-06-07 15:12:44 (GMT)
commit90a764c5ee81320c8bc764700c610190f5a94e2d (patch)
tree3da6ecb61f6085eb041178b66e054592c6a537cb
parent25653242fe7523b9b66ec836066908a74a49cda1 (diff)
downloadcpython-90a764c5ee81320c8bc764700c610190f5a94e2d.zip
cpython-90a764c5ee81320c8bc764700c610190f5a94e2d.tar.gz
cpython-90a764c5ee81320c8bc764700c610190f5a94e2d.tar.bz2
Fix a refcount bug in an obscure code corner.
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 35a9c19..fe6df61 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.4 alpha 1?
Core and builtins
-----------------
+- Bug #845802: Python crashes when __init__.py is a directory.
+
- Unicode objects received two new methods: iswide() and width().
These query East Asian width information, as specified in Unicode
TR11.