[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.13, 1.1193.2.14

theller at users.sourceforge.net theller at users.sourceforge.net
Thu Jan 20 20:21:35 CET 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1621

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
distutils/command/install.py change.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.13
retrieving revision 1.1193.2.14
diff -u -d -r1.1193.2.13 -r1.1193.2.14
--- NEWS	7 Jan 2005 14:19:30 -0000	1.1193.2.13
+++ NEWS	20 Jan 2005 19:21:24 -0000	1.1193.2.14
@@ -22,6 +22,8 @@
 Library
 -------
 
+- Bug #1103844: fix distutils.install.dump_dirs() with negated options.
+
 - Bug #1067732: wininst --install-script doesn't leave residual files anymore.
 
 - StringIO.truncate() now correctly adjusts the size attribute.



More information about the Python-checkins mailing list