[Python-checkins] python/dist/src/Misc NEWS,1.1023,1.1024

gvanrossum at users.sourceforge.net gvanrossum at users.sourceforge.net
Tue Jul 6 19:52:36 CEST 2004


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

Modified Files:
	NEWS 
Log Message:
Add msg for bug #981530 (shutil.rmtree).  Somehow that got missed in
the checkin.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1023
retrieving revision 1.1024
diff -C2 -d -r1.1023 -r1.1024
*** NEWS	4 Jul 2004 15:41:59 -0000	1.1023
--- NEWS	6 Jul 2004 17:52:32 -0000	1.1024
***************
*** 360,363 ****
--- 360,367 ----
  Library
  -------
+   
+ - Bug #981530: Fix UnboundLocalError in shutil.rmtree().  This affects
+   the documented behavior: the function passed to the onerror()
+   handler can now also be os.listdir.
  
  - Bug #754449: threading.Thread objects no longer mask exceptions raised during



More information about the Python-checkins mailing list