[issue20563] Mark ipaddress as stable?

Nick Coghlan report at bugs.python.org
Sun Feb 9 00:05:21 CET 2014


Nick Coghlan added the comment:

Yeah, I quickly gave up on trying to *apply* that netmask parsing patch for issue 18805, and instead just reimplemented it using the original as a guide (and, most importantly, as the source of the new test cases). The slightly different testing setup in the stdlib version also meant I could ensure that IPInterface was fixed in addition to IPNetwork.

Issue 19157 was the only one that gave me pause, but we won't change that until 3.5 anyway, and it is well within the limits of the kind of changes we consider acceptable in feature releases.

I'll make the change to the 3.4 docs (including What's New) to remove the disclaimer.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20563>
_______________________________________


More information about the Python-bugs-list mailing list