Remove packaging module from 3.3 additions
This commit is contained in:
parent
a263a17e2e
commit
02bc747336
|
@ -80,7 +80,6 @@ Implemented / Final PEPs:
|
|||
|
||||
Other final large-scale changes:
|
||||
|
||||
* Addition of the "packaging" module, deprecating "distutils"
|
||||
* Addition of the "faulthandler" module
|
||||
* Addition of the "lzma" module, and lzma/xz support in tarfile
|
||||
* Implementing ``__import__`` using importlib
|
||||
|
@ -104,6 +103,7 @@ Deferred to post-3.3:
|
|||
* PEP 3143: Standard daemon process library
|
||||
* PEP 3154: Pickle protocol version 4
|
||||
* Breaking out standard library and docs in separate repos
|
||||
* Addition of the "packaging" module, deprecating "distutils"
|
||||
* Addition of the "regex" module
|
||||
* Email version 6
|
||||
* A standard event-loop interface (PEP by Jim Fulton pending)
|
||||
|
|
Loading…
Reference in New Issue