diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2012-12-24 22:00:20 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2012-12-24 22:00:20 (GMT) |
commit | ed30199e7836ff52a101a9ea3a2b31f8455a85a8 (patch) | |
tree | 14b7178ceb041dd0271badb2d860fec4f0adb3cb /Misc | |
parent | 08bab072917c2eeea3a0f3da0546d57cf5072bcf (diff) | |
download | cpython-ed30199e7836ff52a101a9ea3a2b31f8455a85a8.zip cpython-ed30199e7836ff52a101a9ea3a2b31f8455a85a8.tar.gz cpython-ed30199e7836ff52a101a9ea3a2b31f8455a85a8.tar.bz2 |
Fix issue16713 - tel url parsing with params
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -182,6 +182,9 @@ Library - 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. |