Christopher Craig takes over primary ownership of PEPs 239 and 240,

with Moshe as secondary, with Moshe's blessing.
This commit is contained in:
Barry Warsaw 2002-09-20 14:10:52 +00:00
parent 49eaad86b4
commit 7ef01089e5
3 changed files with 9 additions and 6 deletions

View File

@ -67,8 +67,8 @@ Index by Category
S 218 Adding a Built-In Set Object Type Wilson
S 228 Reworking Python's Numeric Model Zadka, van Rossum
S 237 Unifying Long Integers and Integers Zadka, van Rossum
S 239 Adding a Rational Type to Python Zadka
S 240 Adding a Rational Literal to Python Zadka
S 239 Adding a Rational Type to Python Craig, Zadka
S 240 Adding a Rational Literal to Python Craig, Zadka
S 242 Numeric Kinds Dubois
S 243 Module Repository Upload Mechanism Reifschneider
S 245 Python Interface Syntax Pelletier
@ -230,8 +230,8 @@ Numerical Index
SF 236 Back to the __future__ Peters
S 237 Unifying Long Integers and Integers Zadka, van Rossum
SF 238 Changing the Division Operator Zadka, van Rossum
S 239 Adding a Rational Type to Python Zadka
S 240 Adding a Rational Literal to Python Zadka
S 239 Adding a Rational Type to Python Craig, Zadka
S 240 Adding a Rational Literal to Python Craig, Zadka
SF 241 Metadata for Python Software Packages Kuchling
S 242 Numeric Kinds Dubois
S 243 Module Repository Upload Mechanism Reifschneider
@ -314,6 +314,7 @@ Owners
Ascher, David davida@activestate.com
Barrett, Paul barrett@stsci.edu
Baxter, Anthony anthony@interlink.com.au
Craig, Christopher python-pep@ccraig.org
Creighton, Laura lac@strakt.com
Dörwald, Walter
Drake, Fred fdrake@acm.org

View File

@ -1,7 +1,8 @@
PEP: 239
Title: Adding a Rational Type to Python
Version: $Revision$
Author: pep@zadka.site.co.il (Moshe Zadka)
Author: Christopher A. Craig <python-pep@ccraig.org>,
Moshe Zadka <pep@zadka.site.co.il>
Status: Draft
Type: Standards Track
Created: 11-Mar-2001

View File

@ -1,7 +1,8 @@
PEP: 240
Title: Adding a Rational Literal to Python
Version: $Revision$
Author: pep@zadka.site.co.il (Moshe Zadka)
Author: Christopher A. Craig <python-pep@ccraig.org>,
Moshe Zadka <pep@zadka.site.co.il>
Status: Draft
Type: Standards Track
Created: 11-Mar-2001