commit | 90a764c5ee81320c8bc764700c610190f5a94e2d | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Mon Jun 07 15:12:44 2004 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Mon Jun 07 15:12:44 2004 +0000 |
tree | 3da6ecb61f6085eb041178b66e054592c6a537cb | |
parent | 25653242fe7523b9b66ec836066908a74a49cda1 [diff] [blame] |
Fix a refcount bug in an obscure code corner.
diff --git a/Misc/NEWS b/Misc/NEWS index 35a9c19..fe6df61 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ 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.