]> granicus.if.org Git - python/commit
Close #14814: Avoid depending on struct by using newer features. Also use enumerate...
authorNick Coghlan <ncoghlan@gmail.com>
Mon, 20 Aug 2012 00:19:12 +0000 (10:19 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Mon, 20 Aug 2012 00:19:12 +0000 (10:19 +1000)
commitdb7920b97874bf3988984fae57f4ca80fced558f
tree29e81f0066c1a49d8bea089f9671eab4348d4cd8
parenta8517ad3d9ac743a1bdd7e590e28a0da169f6e91
Close #14814: Avoid depending on struct by using newer features. Also use enumerate where appropriate (patch by Serhiy Storchaka). Declaring PEP 3144 final at this point - any further changes to code or docs can go in new issues.
Lib/ipaddress.py