| commit | 37484dc324b442d1fdab10f05f657cef80845279 | [log] [tgz] |
|---|---|---|
| author | Senthil Kumaran <senthil@uthcode.com> | Thu May 24 21:54:34 2012 +0800 |
| committer | Senthil Kumaran <senthil@uthcode.com> | Thu May 24 21:54:34 2012 +0800 |
| tree | 97a52c7235afcb348b7d9d614402a187fe108c18 | |
| parent | cd8799f077d236a06a86a9cf707de2a246fb800d [diff] [blame] |
Issue #14036: return None when port in urlparse cross 65535
diff --git a/Misc/NEWS b/Misc/NEWS index e091706..943f9f8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -64,6 +64,9 @@ Library ------- +- Issue #14036: Add an additional check to validate that port in urlparse does + not go in illegal range and returns None. + - Issue #14888: Fix misbehaviour of the _md5 module when called on data larger than 2**32 bytes.