diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2003-01-06 06:51:36 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2003-01-06 06:51:36 (GMT) |
commit | 4f442372ccaea501edcce67cd16028023af0d2e2 (patch) | |
tree | 3aacfe841c8fcc50fc9376e64cfc00e3618a1c0c /Misc | |
parent | b9ef4aea5eac30cfdd56578f7225e6e6907b0055 (diff) | |
download | cpython-4f442372ccaea501edcce67cd16028023af0d2e2.zip cpython-4f442372ccaea501edcce67cd16028023af0d2e2.tar.gz cpython-4f442372ccaea501edcce67cd16028023af0d2e2.tar.bz2 |
SF feature #618024, urlparse fails on imap://
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -67,6 +67,7 @@ Library to tar archive files with transparent gzip and bzip2 compression. See SF patch #651082. +- urlparse can now parse imap:// URLs. See SF feature request #618024. Tools/Demos ----------- |