[Python-checkins] python/dist/src/Misc NEWS, 1.831.4.164,
1.831.4.165
anthonybaxter at users.sourceforge.net
anthonybaxter at users.sourceforge.net
Tue Jan 25 13:51:45 CET 2005
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4812/Misc
Modified Files:
Tag: release23-maint
NEWS
Log Message:
pre-release bits
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.164
retrieving revision 1.831.4.165
diff -u -d -r1.831.4.164 -r1.831.4.165
--- NEWS 23 Jan 2005 09:50:31 -0000 1.831.4.164
+++ NEWS 25 Jan 2005 12:51:39 -0000 1.831.4.165
@@ -4,10 +4,10 @@
(editors: check NEWS.help for information about editing NEWS using ReST.)
-What's New in Python 2.3.5?
-===========================
+What's New in Python 2.3.5rc1?
+==============================
-*Release date: xx-xxx-2005*
+*Release date: 26-JAN-2005*
Core and builtins
-----------------
@@ -76,6 +76,9 @@
Library
-------
+- copy.py fixed to first lookup __copy__ from the instance being copied,
+ rather than only looking at the type - this was broken in 2.3.
+
- Bug #1103844: fix distutils.install.dump_dirs() with negated options.
- Bug #1067732: wininst --install-script doesn't leave residual files anymore.
More information about the Python-checkins
mailing list