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 martin.panter
Recipients chad.birch, cvrebert, martin.panter, serhiy.storchaka
Date 2015-02-10.03:10:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423537816.18.0.169583474958.issue20059@psf.upfronthosting.co.za>
In-reply-to
Content
Mapping out-of-range ports to None was added in Issue 14036, though I don’t understand why that approach was taken instead of raising ValueError. Here is a patch to raise ValueError for out-of-range integer values instead.
History
Date User Action Args
2015-02-10 03:10:16martin.pantersetrecipients: + martin.panter, cvrebert, serhiy.storchaka, chad.birch
2015-02-10 03:10:16martin.pantersetmessageid: <1423537816.18.0.169583474958.issue20059@psf.upfronthosting.co.za>
2015-02-10 03:10:16martin.panterlinkissue20059 messages
2015-02-10 03:10:15martin.pantercreate