Marking 283 as final, and moving it to finished PEPs. Also changing
my address here (but not everywhere) to barry@python.org because of its superior spam defenses. ;)
This commit is contained in:
parent
41471de654
commit
fe4914eda3
|
@ -3,7 +3,7 @@ Title: Index of Python Enhancement Proposals (PEPs)
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: David Goodger <goodger@python.org>,
|
Author: David Goodger <goodger@python.org>,
|
||||||
Barry A. Warsaw <barry@zope.com>
|
Barry A. Warsaw <barry@python.org>
|
||||||
Status: Active
|
Status: Active
|
||||||
Type: Informational
|
Type: Informational
|
||||||
Created: 13-Jul-2000
|
Created: 13-Jul-2000
|
||||||
|
@ -92,7 +92,6 @@ Index by Category
|
||||||
S 280 Optimizing access to globals GvR
|
S 280 Optimizing access to globals GvR
|
||||||
S 281 Loop Counter Iteration with range and xrange Hetland
|
S 281 Loop Counter Iteration with range and xrange Hetland
|
||||||
S 282 A Logging System Sajip, Mick
|
S 282 A Logging System Sajip, Mick
|
||||||
I 283 Python 2.3 Release Schedule GvR
|
|
||||||
S 284 Integer for-loops Eppstein, Ewing
|
S 284 Integer for-loops Eppstein, Ewing
|
||||||
S 286 Enhanced Argument Tuples von Loewis
|
S 286 Enhanced Argument Tuples von Loewis
|
||||||
I 287 reStructuredText Docstring Format Goodger
|
I 287 reStructuredText Docstring Format Goodger
|
||||||
|
@ -154,6 +153,7 @@ Index by Category
|
||||||
SF 264 Future statements in simulated shells Hudson
|
SF 264 Future statements in simulated shells Hudson
|
||||||
SF 277 Unicode file name support for Windows NT Hodgson
|
SF 277 Unicode file name support for Windows NT Hodgson
|
||||||
SF 279 The enumerate() built-in function Hettinger
|
SF 279 The enumerate() built-in function Hettinger
|
||||||
|
IF 283 Python 2.3 Release Schedule GvR
|
||||||
SF 285 Adding a bool type GvR
|
SF 285 Adding a bool type GvR
|
||||||
SF 293 Codec Error Handling Callbacks Dörwald
|
SF 293 Codec Error Handling Callbacks Dörwald
|
||||||
SF 311 Simplified GIL Acquisition for Extensions Hammond
|
SF 311 Simplified GIL Acquisition for Extensions Hammond
|
||||||
|
@ -295,7 +295,7 @@ Numerical Index
|
||||||
S 280 Optimizing access to globals GvR
|
S 280 Optimizing access to globals GvR
|
||||||
S 281 Loop Counter Iteration with range and xrange Hetland
|
S 281 Loop Counter Iteration with range and xrange Hetland
|
||||||
S 282 A Logging System Sajip, Mick
|
S 282 A Logging System Sajip, Mick
|
||||||
I 283 Python 2.3 Release Schedule GvR
|
IF 283 Python 2.3 Release Schedule GvR
|
||||||
S 284 Integer for-loops Eppstein, Ewing
|
S 284 Integer for-loops Eppstein, Ewing
|
||||||
SF 285 Adding a bool type GvR
|
SF 285 Adding a bool type GvR
|
||||||
S 286 Enhanced Argument Tuples von Loewis
|
S 286 Enhanced Argument Tuples von Loewis
|
||||||
|
@ -414,7 +414,7 @@ Owners
|
||||||
Taschuk, Steven staschuk@telusplanet.net
|
Taschuk, Steven staschuk@telusplanet.net
|
||||||
Tirosh, Oren oren at hishome.net
|
Tirosh, Oren oren at hishome.net
|
||||||
Warnes, Gregory R. warnes@users.sourceforge.net
|
Warnes, Gregory R. warnes@users.sourceforge.net
|
||||||
Warsaw, Barry barry@zope.com
|
Warsaw, Barry barry@python.org
|
||||||
Way, Terence terry@wayforward.net
|
Way, Terence terry@wayforward.net
|
||||||
Wells, Cliff LogiplexSoftware@earthlink.net
|
Wells, Cliff LogiplexSoftware@earthlink.net
|
||||||
Wilson, Greg gvwilson@ddj.com
|
Wilson, Greg gvwilson@ddj.com
|
||||||
|
|
Loading…
Reference in New Issue