Fix PEP 395 name.
This commit is contained in:
parent
182f13fc2e
commit
bab580cb29
|
@ -1,5 +1,5 @@
|
||||||
PEP: 395
|
PEP: 395
|
||||||
Title: Qualifed Names for Modules
|
Title: Qualified Names for Modules
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Nick Coghlan <ncoghlan@gmail.com>
|
Author: Nick Coghlan <ncoghlan@gmail.com>
|
||||||
|
|
|
@ -81,7 +81,7 @@ Other final large-scale changes:
|
||||||
Candidate PEPs:
|
Candidate PEPs:
|
||||||
|
|
||||||
* PEP 362: Function Signature Object
|
* PEP 362: Function Signature Object
|
||||||
* PEP 395: Module Aliasing
|
* PEP 395: Qualified Names for Modules
|
||||||
* PEP 397: Python launcher for Windows
|
* PEP 397: Python launcher for Windows
|
||||||
* PEP 402: Simplified Package Layout (likely a new PEP derived from it)
|
* PEP 402: Simplified Package Layout (likely a new PEP derived from it)
|
||||||
* PEP 405: Python Virtual Environments
|
* PEP 405: Python Virtual Environments
|
||||||
|
|
Loading…
Reference in New Issue