commit | 1be320ebdd5b1f46f32e32c83f3c1e982e2d27e2 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Sat May 19 08:12:00 2012 +0800 |
committer | Senthil Kumaran <senthil@uthcode.com> | Sat May 19 08:12:00 2012 +0800 |
tree | fb0310f6514c7f5c95601a2c96bff142df426a44 | |
parent | 8d886046821f1cd43147c340b04ee0f067157749 [diff] [blame] |
Issue9374 - Generic parsing of query and fragment portion of urls for any scheme
diff --git a/Misc/NEWS b/Misc/NEWS index 1e7153d..f420312 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -63,6 +63,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.