diff --git a/pep-0000.txt b/pep-0000.txt index d9734cad1..40843a19c 100644 --- a/pep-0000.txt +++ b/pep-0000.txt @@ -75,7 +75,6 @@ Index by Category Accepted PEPs (accepted; may not be implemented yet) SA 358 The "bytes" Object Schemenauer, GvR - SA 366 Main module explicit relative imports Coghlan SA 3101 Advanced String Formatting Talin SA 3106 Revamping dict.keys(), .values() & .items() GvR SA 3118 Revising the buffer protocol Oliphant, Banks @@ -161,6 +160,7 @@ Index by Category SF 352 Required Superclass for Exceptions GvR, Cannon SF 353 Using ssize_t as the index type von Loewis 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 3104 Access to Names in Outer Scopes Yee SF 3105 Make print a function Brandl @@ -464,7 +464,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 - SA 366 Main module explicit relative imports Coghlan + SF 366 Main module explicit relative imports Coghlan SR 367 New Super Spealman, Delaney S 368 Standard image protocol and class Mastrodomenico SR 666 Reject Foolish Indentation Creighton diff --git a/pep-0366.txt b/pep-0366.txt index 1bd74e252..83340e9b5 100644 --- a/pep-0366.txt +++ b/pep-0366.txt @@ -3,7 +3,7 @@ Title: Main module explicit relative imports Version: $Revision$ Last-Modified: $Date$ Author: Nick Coghlan -Status: Accepted +Status: Finished Type: Standards Track Content-Type: text/x-rst Created: 1-May-2007