From 9f181ec17d5ef67469c11eb22966310fe60f4056 Mon Sep 17 00:00:00 2001 From: Anthony Baxter Date: Tue, 8 Feb 2005 05:57:20 +0000 Subject: [PATCH] news update for 2.3.5 final --- Misc/NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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? ============================== -- 2.47.3