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 larry, ncoghlan, pmoody
Date 2014-02-08.23:05:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391900721.96.0.294152754164.issue20563@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-02-08 23:05:21ncoghlansetrecipients: + ncoghlan, larry, pmoody
2014-02-08 23:05:21ncoghlansetmessageid: <1391900721.96.0.294152754164.issue20563@psf.upfronthosting.co.za>
2014-02-08 23:05:21ncoghlanlinkissue20563 messages
2014-02-08 23:05:21ncoghlancreate