PEP 398 update: deferring some changes, adding new changes from python-dev
This commit is contained in:
parent
e426a1f29e
commit
75374a6026
11
pep-0398.txt
11
pep-0398.txt
|
@ -82,10 +82,10 @@ Other final large-scale changes:
|
|||
Candidate PEPs:
|
||||
|
||||
* PEP 362: Function Signature Object
|
||||
* PEP 395: Qualified Names for Modules
|
||||
* PEP 397: Python launcher for Windows
|
||||
* PEP 402: Simplified Package Layout (likely a new PEP derived from it)
|
||||
* PEP 405: Python Virtual Environments
|
||||
* PEP 415: Implementing PEP 409 differently
|
||||
* PEP 420: Implicit Namespace Packages
|
||||
* PEP 421: Adding sys.implementation
|
||||
* PEP 3143: Standard daemon process library
|
||||
* PEP 3144: IP Address manipulation library
|
||||
|
@ -99,8 +99,13 @@ Other planned large-scale changes:
|
|||
* Addition of the "regex" module
|
||||
* Email version 6
|
||||
* A standard event-loop interface (PEP by Jim Fulton pending)
|
||||
* Breaking out standard library and docs in separate repos?
|
||||
* Switch of Windows build toolchain to VS 2010 or 2012 (depending on
|
||||
availability and platform support)
|
||||
|
||||
Deferred to post-3.3:
|
||||
|
||||
* PEP 395: Qualified Names for Modules
|
||||
* Breaking out standard library and docs in separate repos
|
||||
|
||||
Copyright
|
||||
=========
|
||||
|
|
Loading…
Reference in New Issue