commit | ea24dda01f0bc151b55e922a1d5ec2b6193c8006 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Sat May 19 08:10:40 2012 +0800 |
committer | Senthil Kumaran <senthil@uthcode.com> | Sat May 19 08:10:40 2012 +0800 |
tree | a232350a33051a02ba075d3b9df109c1cfc028b9 | |
parent | 280e9f7ce5c441658c48680299e3e40ec76b03ed [diff] [blame] |
Issue9374 - Generic parsing of query and fragment portion of urls for any scheme
diff --git a/Misc/NEWS b/Misc/NEWS index 088d1e4..646b351 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -60,6 +60,9 @@ Library ------- +- Issue #9374: Generic parsing of query and fragment portions of url for any + scheme. Supported both by RFC3986 and RFC2396. + - Issue #14798: Fix the functions in pyclbr to raise an ImportError when the first part of a dotted name is not a package. Patch by Xavier de Gaye.