summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2012-05-24 13:56:17 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2012-05-24 13:56:17 (GMT)
commit2fc5a5080923f243a78b13cca0fd09f8db26eff6 (patch)
tree19f2eff518b2d2018aa0add9292cc39e2a5d60cc /Misc
parent346c5de08e92001f0b26b4d07d8f2a22a21d2f1e (diff)
downloadcpython-2fc5a5080923f243a78b13cca0fd09f8db26eff6.zip
cpython-2fc5a5080923f243a78b13cca0fd09f8db26eff6.tar.gz
cpython-2fc5a5080923f243a78b13cca0fd09f8db26eff6.tar.bz2
Issue #14036: return None when port in urlparse cross 65535
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 7ed8f15..d9b8b5c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -67,6 +67,9 @@ Core and Builtins
Library
-------
+- Issue #14036: Add an additional check to validate that port in urlparse does
+ not go in illegal range and returns None.
+
- Issue #14875: Use float('inf') instead of float('1e66666') in the json module.
- Issue #14426: Correct the Date format in Expires attribute of Set-Cookie