[Python-checkins] python/dist/src/Misc NEWS, 1.1005, 1.1006 ACKS,
1.265, 1.266
bcannon at users.sourceforge.net
bcannon at users.sourceforge.net
Sat Jun 19 17:11:37 EDT 2004
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9607/Misc
Modified Files:
NEWS ACKS
Log Message:
shutil.move() will raise an exception when trying to move a directory into
itself.
Closes bug #919012 . Thanks Johannes Gijsbers.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1005
retrieving revision 1.1006
diff -C2 -d -r1.1005 -r1.1006
*** NEWS 19 Jun 2004 20:50:47 -0000 1.1005
--- NEWS 19 Jun 2004 21:11:34 -0000 1.1006
***************
*** 341,344 ****
--- 341,347 ----
-------
+ - Bug #919012: shutil.move() will not try to move a directory into itself.
+ Thanks Johannes Gijsbers.
+
- Bug #934282: pydoc.stripid() is now case-insensitive. Thanks Robin Becker.
Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.265
retrieving revision 1.266
diff -C2 -d -r1.265 -r1.266
*** ACKS 19 Jun 2004 01:02:51 -0000 1.265
--- ACKS 19 Jun 2004 21:11:34 -0000 1.266
***************
*** 206,209 ****
--- 206,210 ----
Dinu Gherman
Jonathan Giddy
+ Johannes Gijsbers
Michael Gilfix
Chris Gonnerman
More information about the Python-checkins
mailing list