Fix a refcount bug in an obscure code corner.

This commit is contained in:
Thomas Heller 2004-06-07 15:12:44 +00:00
parent 25653242fe
commit 90a764c5ee
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ What's New in Python 2.4 alpha 1?
Core and builtins Core and builtins
----------------- -----------------
- Bug #845802: Python crashes when __init__.py is a directory.
- Unicode objects received two new methods: iswide() and width(). - Unicode objects received two new methods: iswide() and width().
These query East Asian width information, as specified in Unicode These query East Asian width information, as specified in Unicode
TR11. TR11.