commit | 1974baadc62a6c95db9c96fa482377df98ce36cc | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Mon Dec 24 13:56:54 2012 -0800 |
committer | Senthil Kumaran <senthil@uthcode.com> | Mon Dec 24 13:56:54 2012 -0800 |
tree | d54cd529e8a11fec4b7376ecb258140be9ff608e | |
parent | 332562f44790556cdd4cb909a3a90052a12a6fc0 [diff] [blame] |
Fix issue16713 - tel url parsing with params
diff --git a/Misc/NEWS b/Misc/NEWS index 923c630..58a6374 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -164,6 +164,8 @@ Library ------- +- Issue #16713: Fix the parsing of tel url with params using urlparse module. + - Issue #16443: Add docstrings to regular expression match objects. Patch by Anton Kasyanov.