commit | ed30199e7836ff52a101a9ea3a2b31f8455a85a8 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Mon Dec 24 14:00:20 2012 -0800 |
committer | Senthil Kumaran <senthil@uthcode.com> | Mon Dec 24 14:00:20 2012 -0800 |
tree | 14b7178ceb041dd0271badb2d860fec4f0adb3cb | |
parent | 08bab072917c2eeea3a0f3da0546d57cf5072bcf [diff] [blame] |
Fix issue16713 - tel url parsing with params
diff --git a/Misc/NEWS b/Misc/NEWS index 0c4b8b2..a93024a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -182,6 +182,9 @@ - Issue #16511: Use default IDLE width and height if config param is not valid. Patch Serhiy Storchaka. +- Issue #16713: Parsing of 'tel' urls using urlparse separates params from + path. + - Issue #16443: Add docstrings to regular expression match objects. Patch by Anton Kasyanov.