The Python 3000 PEP Parade まとめ

[Python-3000] PEP Parade
PEP 0 -- Index of Python Enhancement Proposals (PEPs) | Python.org
Whole Lotta PEPping goin' on (dirtSimple.org)
reddit.com

S 3101 Advanced String Formatting Talin

http://www.python.org/dev/peps/pep-3101/

S 3108 Standard Library Reorganization Cannon

http://www.python.org/dev/peps/pep-3108/

S 3116 New I/O Stutzbach, Verdone, GvR

http://www.python.org/dev/peps/pep-3116/

S 3117 Postfix Type Declarations Brandl

http://www.python.org/dev/peps/pep-3117/

S 3118 Revising the buffer protocol Oliphant, Banks

http://www.python.org/dev/peps/pep-3118/

S 3119 Introducing Abstract Base Classes GvR, Talin

http://www.python.org/dev/peps/pep-3119/

S 3120 Using UTF-8 as the default source encoding von Löwis

http://www.python.org/dev/peps/pep-3120/

S 3121 Module Initialization and finalization von Löwis

http://www.python.org/dev/peps/pep-3121/

S 3123 Making PyObject_HEAD conform to standard C von Löwis

http://www.python.org/dev/peps/pep-3123/

S 3124 Overloading, Generic Functions, Interfaces Eby

http://www.python.org/dev/peps/pep-3124/

S 3125 Remove Backslash Continuation Jewett

http://www.python.org/dev/peps/pep-3125/

S 3126 Remove Implicit String Concatenation Jewett

http://www.python.org/dev/peps/pep-3126/

S 3127 Integer Literal Support and Syntax Maupin

http://www.python.org/dev/peps/pep-3127/

S 3128 BList: A Faster List-like Type Stutzbach

http://www.python.org/dev/peps/pep-3128/

S 3141 A Type Hierarchy for Numbers Yasskin

http://www.python.org/dev/peps/pep-3141/

PEP: Supporting Non-ASCII identifiers (Martin von Loewis)

PEP: Adding class decorators (???)

PEP: Eliminate __del__ (Raymond Hettinger)

PEP: Information Attributes (Raymond Hettinger)

PEP: Traits/roles instead of ABCs (Collin Winter)