]> granicus.if.org Git - python/commitdiff
Issue #14036: return None when port in urlparse cross 65535
authorSenthil Kumaran <senthil@uthcode.com>
Thu, 24 May 2012 13:57:38 +0000 (21:57 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Thu, 24 May 2012 13:57:38 +0000 (21:57 +0800)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index f0e1a55834718952a6744bf2c37d49ebfd26a56d,d9b8b5cf846c700b19fae7adbdcf87529bb42a94..ee7deef962bad01d5fa257c2707b0e4a6c1d921a
+++ b/Misc/NEWS
@@@ -42,14 -67,11 +42,17 @@@ Core and Builtin
  Library
  -------
  
+ - Issue #14036: Add an additional check to validate that port in urlparse does
+   not go in illegal range and returns None.
 +- Issue #14862: Add missing names to os.__all__
 +
  - Issue #14875: Use float('inf') instead of float('1e66666') in the json module.
  
 +- Issue #13585: Added contextlib.ExitStack
 +
 +- PEP 3144, Issue #14814: Added the ipaddress module
 +
  - Issue #14426: Correct the Date format in Expires attribute of Set-Cookie
    Header in Cookie.py.