Message339572
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) |
|
Date |
User |
Action |
Args |
2019-04-07 11:49:32 | ncoghlan | set | recipients:
+ ncoghlan, eric.smith, ned.deily, pmoody, docs@python, serhiy.storchaka, Joel Croteau |
2019-04-07 11:49:32 | ncoghlan | set | messageid: <1554637772.21.0.43095820994.issue36384@roundup.psfhosted.org> |
2019-04-07 11:49:32 | ncoghlan | link | issue36384 messages |
2019-04-07 11:49:32 | ncoghlan | create | |
|