Mark PEP 366 as implemented

This commit is contained in:
Nick Coghlan 2007-12-03 12:56:32 +00:00
parent 69c82ae02c
commit 432bc6de6b
2 changed files with 3 additions and 3 deletions

View File

@ -75,7 +75,6 @@ Index by Category
Accepted PEPs (accepted; may not be implemented yet) Accepted PEPs (accepted; may not be implemented yet)
SA 358 The "bytes" Object Schemenauer, GvR SA 358 The "bytes" Object Schemenauer, GvR
SA 366 Main module explicit relative imports Coghlan
SA 3101 Advanced String Formatting Talin SA 3101 Advanced String Formatting Talin
SA 3106 Revamping dict.keys(), .values() & .items() GvR SA 3106 Revamping dict.keys(), .values() & .items() GvR
SA 3118 Revising the buffer protocol Oliphant, Banks SA 3118 Revising the buffer protocol Oliphant, Banks
@ -161,6 +160,7 @@ Index by Category
SF 352 Required Superclass for Exceptions GvR, Cannon SF 352 Required Superclass for Exceptions GvR, Cannon
SF 353 Using ssize_t as the index type von Loewis SF 353 Using ssize_t as the index type von Loewis
SF 357 Allowing Any Object to be Used for Slicing Oliphant SF 357 Allowing Any Object to be Used for Slicing Oliphant
SF 366 Main module explicit relative imports Coghlan
SF 3102 Keyword-Only Arguments Talin SF 3102 Keyword-Only Arguments Talin
SF 3104 Access to Names in Outer Scopes Yee SF 3104 Access to Names in Outer Scopes Yee
SF 3105 Make print a function Brandl SF 3105 Make print a function Brandl
@ -464,7 +464,7 @@ Numerical Index
SR 363 Syntax For Dynamic Attribute Access North SR 363 Syntax For Dynamic Attribute Access North
S 364 Transitioning to the Py3K Standard Library Warsaw S 364 Transitioning to the Py3K Standard Library Warsaw
S 365 Adding the pkg_resources module Eby S 365 Adding the pkg_resources module Eby
SA 366 Main module explicit relative imports Coghlan SF 366 Main module explicit relative imports Coghlan
SR 367 New Super Spealman, Delaney SR 367 New Super Spealman, Delaney
S 368 Standard image protocol and class Mastrodomenico S 368 Standard image protocol and class Mastrodomenico
SR 666 Reject Foolish Indentation Creighton SR 666 Reject Foolish Indentation Creighton

View File

@ -3,7 +3,7 @@ Title: Main module explicit relative imports
Version: $Revision$ Version: $Revision$
Last-Modified: $Date$ Last-Modified: $Date$
Author: Nick Coghlan <ncoghlan@gmail.com> Author: Nick Coghlan <ncoghlan@gmail.com>
Status: Accepted Status: Finished
Type: Standards Track Type: Standards Track
Content-Type: text/x-rst Content-Type: text/x-rst
Created: 1-May-2007 Created: 1-May-2007