From 90a764c5ee81320c8bc764700c610190f5a94e2d Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Mon, 7 Jun 2004 15:12:44 +0000 Subject: Fix a refcount bug in an obscure code corner. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) 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. -- cgit v0.12