[Python-checkins] python/dist/src/Misc NEWS,1.1013,1.1014

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Tue Jun 29 00:08:26 EDT 2004


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

Modified Files:
	NEWS 
Log Message:
Fix stupid mistake of forgetting to mention that the fix for bug #981299
entailed editing the urlparse module.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1013
retrieving revision 1.1014
diff -C2 -d -r1.1013 -r1.1014
*** NEWS	29 Jun 2004 04:02:40 -0000	1.1013
--- NEWS	29 Jun 2004 04:08:23 -0000	1.1014
***************
*** 351,356 ****
  -------
  
! - Bug #981299: rsync is now a recognized protocol that uses a "netloc" portion
!   of a URL.
  
  - Bug #919012: shutil.move() will not try to move a directory into itself.
--- 351,356 ----
  -------
  
! - Bug #981299: rsync is now a recognized protocol in urlparse that uses a
!   "netloc" portion of a URL.
  
  - Bug #919012: shutil.move() will not try to move a directory into itself.




More information about the Python-checkins mailing list