<div dir="ltr">Because Python 2.7 is the last version in the 2.x series and has already been released it means no additions to the stdlib can be made. If it were allowed it would mean some software could run on 2.7.6 but not on 2.7.5 because they just happened not to have upgraded to the version when the module was added.<div>

<br></div><div>What you could consider doing, though, is posting it on PyPI.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Aug 23, 2013 at 6:35 AM, adrian ilarion Ciobanu <span dir="ltr"><<a href="mailto:cia@mud.ro" target="_blank">cia@mud.ro</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hello list,</div><div><br></div>I backported a while ago the ipaddress module (being a pretty useful piece of code), given that in my case most of the systems needing it were running python 2.x (still true).<div>


<br></div><div>Do any of you see any (good) reasons for this module to be proposed for inclusion in 2.x? (given some code cleanup / rewrite and unittests included and making the assumption that 3to2 feature backport is acceptable). </div>


<div><br></div><div>tip: the current patch looks compatible with both 3 and 2, although not fully tested. with a little bit of more work (full code coverage tests at least) there shouldn't be any need of maintaining different versions for 2 and 3.</div>


<div><br></div><div>diff: <a href="https://gist.github.com/malfaux/6317110" target="_blank">https://gist.github.com/malfaux/6317110</a></div><div>code: <a href="https://github.com/malfaux/backport32/blob/master/ipaddress.py" target="_blank">https://github.com/malfaux/backport32/blob/master/ipaddress.py</a></div>


<div><br></div><div><br></div><div>thank you,</div><div><br></div><div>adrian</div><div><br></div></div>
<br>_______________________________________________<br>
Python-porting mailing list<br>
<a href="mailto:Python-porting@python.org">Python-porting@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/python-porting" target="_blank">http://mail.python.org/mailman/listinfo/python-porting</a><br>
<br></blockquote></div><br></div>