[Python-checkins] python/dist/src/Misc NEWS,1.1088,1.1089

jlgijsbers at users.sourceforge.net jlgijsbers at users.sourceforge.net
Sat Aug 14 16:03:05 CEST 2004


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

Modified Files:
	NEWS 
Log Message:
bug #851123: shutil.copyfile will raise an exception when trying to copy a file
onto a link to itself. Thanks Gregory Ball.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1088
retrieving revision 1.1089
diff -C2 -d -r1.1088 -r1.1089
*** NEWS	13 Aug 2004 22:34:14 -0000	1.1088
--- NEWS	14 Aug 2004 14:03:03 -0000	1.1089
***************
*** 42,45 ****
--- 42,48 ----
  -------
  
+ - bug #851123: shutil.copyfile will raise an exception when trying to copy a
+   file onto a link to itself. Thanks Gregory Ball.
+ 
  - bug #570300: Fix inspect to resolve file locations using os.path.realpath()
    so as to properly list all functions in a module when the module itself is



More information about the Python-checkins mailing list