Fix metadata for PEP 366
This commit is contained in:
parent
82bde210c2
commit
eb5386efeb
|
@ -111,6 +111,7 @@ Index by Category
|
|||
S 362 Function Signature Object Cannon, Seo
|
||||
S 364 Transitioning to the Py3K Standard Library Warsaw
|
||||
S 365 Adding the pkg_resources module Eby
|
||||
S 366 Main module explicit relative imports Coghlan
|
||||
S 754 IEEE 754 Floating Point Special Values Warnes
|
||||
S 3101 Advanced String Formatting Talin
|
||||
S 3108 Standard Library Reorganization Cannon
|
||||
|
@ -458,6 +459,7 @@ Numerical Index
|
|||
SR 363 Syntax For Dynamic Attribute Access North
|
||||
S 364 Transitioning to the Py3K Standard Library Warsaw
|
||||
S 365 Adding the pkg_resources module Eby
|
||||
S 366 Main module explicit relative imports Coghlan
|
||||
SR 666 Reject Foolish Indentation Creighton
|
||||
S 754 IEEE 754 Floating Point Special Values Warnes
|
||||
P 3000 Python 3000 GvR
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PEP: 338
|
||||
Title: Executing modules as scripts
|
||||
Version: $Revision:$
|
||||
Last-Modified: $Date:$
|
||||
PEP: 366
|
||||
Title: Main module explicit relative imports
|
||||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Nick Coghlan <ncoghlan@gmail.com>
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
|
|
Loading…
Reference in New Issue