From: Thomas Heller Date: Mon, 7 Jun 2004 15:12:44 +0000 (+0000) Subject: Fix a refcount bug in an obscure code corner. X-Git-Tag: v2.4a1~229 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90a764c5ee81320c8bc764700c610190f5a94e2d;p=python Fix a refcount bug in an obscure code corner. --- diff --git a/Misc/NEWS b/Misc/NEWS index 35a9c19cbc..fe6df612b0 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.