summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-05-19 14:16:22 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-05-19 14:16:22 (GMT)
commited1183db8b10c6955729824bf5f5bdc430878001 (patch)
treed29c8e4c8ffea3f83431ccec43a703c164123d7a /Misc
parentd527259f14dd6094f0a417ea83e66b8f233e38a3 (diff)
parent6709b7d5d1b8643856a3e0f864c0657a927f427a (diff)
downloadcpython-ed1183db8b10c6955729824bf5f5bdc430878001.zip
cpython-ed1183db8b10c6955729824bf5f5bdc430878001.tar.gz
cpython-ed1183db8b10c6955729824bf5f5bdc430878001.tar.bz2
#14072: merge with 3.2.
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 2fb2bb0..03efd0e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,6 +44,9 @@ Library
- Issue #14721: Send the correct 'Content-length: 0' header when the body is an
empty string ''. Initial Patch contributed by Arve Knudsen.
+- Issue #14072: Fix parsing of 'tel' URIs in urlparse by making the check for
+ ports stricter.
+
- Issue #9374: Generic parsing of query and fragment portions of url for any
scheme. Supported both by RFC3986 and RFC2396.