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 ncoghlan
Recipients Joel Croteau, docs@python, eric.smith, ncoghlan, ned.deily, pmoody, serhiy.storchaka
Date 2019-04-07.11:49:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554637772.21.0.43095820994.issue36384@roundup.psfhosted.org>
In-reply-to
Content
The recommended handling in the article that Serhiy mentions is to strip the leading zeroes, which the ipaddress module will still do - it's only being made more tolerant on input. That means it will become usable as a prefilter step (pass string with potentially leading zeroes to ipaddress, get string with no leading zeroes out).

So that means the one part we missed is the docs update (together with a versionchanged note in the module docs themselves)
History
Date User Action Args
2019-04-07 11:49:32ncoghlansetrecipients: + ncoghlan, eric.smith, ned.deily, pmoody, docs@python, serhiy.storchaka, Joel Croteau
2019-04-07 11:49:32ncoghlansetmessageid: <1554637772.21.0.43095820994.issue36384@roundup.psfhosted.org>
2019-04-07 11:49:32ncoghlanlinkissue36384 messages
2019-04-07 11:49:32ncoghlancreate