Nick Coghlan <ncogh...@gmail.com> added the comment:

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)

----------
assignee:  -> docs@python
components: +Documentation -Library (Lib)
nosy: +docs@python

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36384>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to