From: Anthony Baxter Date: Tue, 8 Feb 2005 05:57:20 +0000 (+0000) Subject: news update for 2.3.5 final X-Git-Tag: v2.3.5~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9f181ec17d5ef67469c11eb22966310fe60f4056;p=thirdparty%2FPython%2Fcpython.git news update for 2.3.5 final --- diff --git a/Misc/NEWS b/Misc/NEWS index d320877fb59b..3d4ca9a71530 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -7,7 +7,7 @@ Python News What's New in Python 2.3.5? ============================== -*Release date: XX-XXX-2005* +*Release date: 08-FEB-2005* Core and builtins ----------------- @@ -21,6 +21,9 @@ Library disables recursive traversal through instance attributes, which can be exploited in various ways. +- Bug #1114776. Applied a fix to the copy.py fix in 2.3.5rc1 to deal + with types that don't have an __mro__. + What's New in Python 2.3.5rc1? ==============================