| commit | 4f442372ccaea501edcce67cd16028023af0d2e2 | [log] [tgz] |
|---|---|---|
| author | Neal Norwitz <nnorwitz@gmail.com> | Mon Jan 06 06:51:36 2003 +0000 |
| committer | Neal Norwitz <nnorwitz@gmail.com> | Mon Jan 06 06:51:36 2003 +0000 |
| tree | 3aacfe841c8fcc50fc9376e64cfc00e3618a1c0c | |
| parent | b9ef4aea5eac30cfdd56578f7225e6e6907b0055 [diff] [blame] |
SF feature #618024, urlparse fails on imap://
diff --git a/Misc/NEWS b/Misc/NEWS index 3051110..e1456fe 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -67,6 +67,7 @@ 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 -----------