Fix stupid mistake of forgetting to mention that the fix for bug #981299

entailed editing the urlparse module.
This commit is contained in:
Brett Cannon 2004-06-29 04:08:23 +00:00
parent fbac294d59
commit 46d4ff2b72
1 changed files with 2 additions and 2 deletions

View File

@ -350,8 +350,8 @@ Extension modules
Library
-------
- Bug #981299: rsync is now a recognized protocol that uses a "netloc" portion
of a URL.
- 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.
Thanks Johannes Gijsbers.