[Python-checkins] python/dist/src/Misc NEWS, 1.831.4.121, 1.831.4.122 ACKS, 1.243.6.2, 1.243.6.3

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Sat Jun 19 17:39:25 EDT 2004


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

Modified Files:
      Tag: release23-maint
	NEWS ACKS 
Log Message:
Raise an exception when trying to use shutil.move() to move a directory into
itself.

Closes bug #919012.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.121
retrieving revision 1.831.4.122
diff -C2 -d -r1.831.4.121 -r1.831.4.122
*** NEWS	19 Jun 2004 01:05:40 -0000	1.831.4.121
--- NEWS	19 Jun 2004 21:39:21 -0000	1.831.4.122
***************
*** 38,41 ****
--- 38,44 ----
  -------
  
+ - Bug #919012: shutil.move() raises an exception when you try to move a
+   directory into itself.
+ 
  - Bug #934282: make pydoc.stripid() be case-insensitive.
  

Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.243.6.2
retrieving revision 1.243.6.3
diff -C2 -d -r1.243.6.2 -r1.243.6.3
*** ACKS	19 Jun 2004 01:05:40 -0000	1.243.6.2
--- ACKS	19 Jun 2004 21:39:22 -0000	1.243.6.3
***************
*** 200,203 ****
--- 200,204 ----
  Dinu Gherman
  Jonathan Giddy
+ Johannes Gijsbers
  Michael Gilfix
  Chris Gonnerman




More information about the Python-checkins mailing list