This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients ezio.melotti, ncoghlan, orsenthil, python-dev, r.david.murray, zulla
Date 2012-05-24.13:57:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <E1SXYY6-0004Hm-GD@dinsdale.python.org>
In-reply-to
Content
New changeset 988903cf24c5 by Senthil Kumaran in branch '2.7':
Issue #14036: return None when port in urlparse cross 65535
http://hg.python.org/cpython/rev/988903cf24c5

New changeset d769e64aed79 by Senthil Kumaran in branch '3.2':
Issue #14036: return None when port in urlparse cross 65535
http://hg.python.org/cpython/rev/d769e64aed79

New changeset b4d257c64db7 by Senthil Kumaran in branch 'default':
Issue #14036: return None when port in urlparse cross 65535
http://hg.python.org/cpython/rev/b4d257c64db7
History
Date User Action Args
2012-05-24 13:57:55python-devsetrecipients: + python-dev, ncoghlan, orsenthil, ezio.melotti, r.david.murray, zulla
2012-05-24 13:57:55python-devlinkissue14036 messages
2012-05-24 13:57:55python-devcreate