Update PEP to reflect removal of ipaddr
This commit is contained in:
parent
110585a7fa
commit
0f38d0e623
|
@ -47,7 +47,6 @@ Features for 3.1
|
||||||
|
|
||||||
- importlib
|
- importlib
|
||||||
- io in C
|
- io in C
|
||||||
- Adding an IP Address library to the stdlib [#iplib]_.
|
|
||||||
- Update simplejson to the latest external version [#simplejson]_.
|
- Update simplejson to the latest external version [#simplejson]_.
|
||||||
- Ordered dictionary for collections [#ordered]_.
|
- Ordered dictionary for collections [#ordered]_.
|
||||||
- auto-numbered replacement fields in str.format() strings [#strformat]_
|
- auto-numbered replacement fields in str.format() strings [#strformat]_
|
||||||
|
@ -58,9 +57,6 @@ Features for 3.1
|
||||||
Footnotes
|
Footnotes
|
||||||
=========
|
=========
|
||||||
|
|
||||||
.. [#iplib]
|
|
||||||
http://bugs.python.org/issue3959
|
|
||||||
|
|
||||||
.. [#simplejson]
|
.. [#simplejson]
|
||||||
http://bugs.python.org/issue4136
|
http://bugs.python.org/issue4136
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue