summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2012-12-24 22:00:20 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2012-12-24 22:00:20 (GMT)
commited30199e7836ff52a101a9ea3a2b31f8455a85a8 (patch)
tree14b7178ceb041dd0271badb2d860fec4f0adb3cb /Misc
parent08bab072917c2eeea3a0f3da0546d57cf5072bcf (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0c4b8b2..a93024a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.