[Python-checkins] python/dist/src/Misc NEWS, 1.831.4.117,
1.831.4.118
theller at users.sourceforge.net
theller at users.sourceforge.net
Mon Jun 7 11:14:20 EDT 2004
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2373
Modified Files:
Tag: release23-maint
NEWS
Log Message:
Fix a refcount bug in an obscure code corner.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.117
retrieving revision 1.831.4.118
diff -C2 -d -r1.831.4.117 -r1.831.4.118
*** NEWS 5 Jun 2004 14:14:49 -0000 1.831.4.117
--- NEWS 7 Jun 2004 15:14:17 -0000 1.831.4.118
***************
*** 10,13 ****
--- 10,18 ----
*Release date: xx-xxx-2004*
+ Core and builtins
+ -----------------
+
+ - Bug #845802: Python crashed when __init__.py is a directory.
+
Extension modules
-----------------
More information about the Python-checkins
mailing list