[Python-checkins] python/dist/src/Misc NEWS, 1.831.4.128, 1.831.4.129

gvanrossum at users.sourceforge.net gvanrossum at users.sourceforge.net
Tue Jul 6 19:55:28 CEST 2004


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

Modified Files:
      Tag: release23-maint
	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.831.4.128
retrieving revision 1.831.4.129
diff -C2 -d -r1.831.4.128 -r1.831.4.129
*** NEWS	3 Jul 2004 19:58:58 -0000	1.831.4.128
--- NEWS	6 Jul 2004 17:55:25 -0000	1.831.4.129
***************
*** 40,43 ****
--- 40,47 ----
  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 will no longer mask exceptions raised during



More information about the Python-checkins mailing list