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 christian.heimes
Recipients christian.heimes, emeve89
Date 2017-04-27.18:32:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493317927.63.0.60496774338.issue30189@psf.upfronthosting.co.za>
In-reply-to
Content
In general we don't backport features. https://www.python.org/dev/peps/pep-0466/ allows backports of network security enhancements. However IP address validation is not a security enhancement. You can either update to a new version of Python or role your own verification code.
History
Date User Action Args
2017-04-27 18:32:07christian.heimessetrecipients: + christian.heimes, emeve89
2017-04-27 18:32:07christian.heimessetmessageid: <1493317927.63.0.60496774338.issue30189@psf.upfronthosting.co.za>
2017-04-27 18:32:07christian.heimeslinkissue30189 messages
2017-04-27 18:32:07christian.heimescreate