-What's New in IDLE 1.0.4?
-=========================
+What's New in IDLE 1.0.4rc1?
+============================
-*Release date: XX-Jan-2005*
+*Release date: 26-Jan-2005*
- On OpenBSD, terminating IDLE with ctrl-c from the command line caused a
stuck subprocess MainThread because only the SocketThread was exiting.
(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
-----------------
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.