From 5a2d44258ab381ada369a287804111963bc29fe8 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Mon, 7 Jun 2004 15:14:17 +0000 Subject: Fix a refcount bug in an obscure code corner. --- Misc/NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 52da68f..46c5350 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -9,6 +9,11 @@ What's New in Python 2.3.5? *Release date: xx-xxx-2004* +Core and builtins +----------------- + +- Bug #845802: Python crashed when __init__.py is a directory. + Extension modules ----------------- -- cgit v0.12