Christopher Craig takes over primary ownership of PEPs 239 and 240,
with Moshe as secondary, with Moshe's blessing.
This commit is contained in:
parent
49eaad86b4
commit
7ef01089e5
|
@ -67,8 +67,8 @@ Index by Category
|
||||||
S 218 Adding a Built-In Set Object Type Wilson
|
S 218 Adding a Built-In Set Object Type Wilson
|
||||||
S 228 Reworking Python's Numeric Model Zadka, van Rossum
|
S 228 Reworking Python's Numeric Model Zadka, van Rossum
|
||||||
S 237 Unifying Long Integers and Integers Zadka, van Rossum
|
S 237 Unifying Long Integers and Integers Zadka, van Rossum
|
||||||
S 239 Adding a Rational Type to Python Zadka
|
S 239 Adding a Rational Type to Python Craig, Zadka
|
||||||
S 240 Adding a Rational Literal to Python Zadka
|
S 240 Adding a Rational Literal to Python Craig, Zadka
|
||||||
S 242 Numeric Kinds Dubois
|
S 242 Numeric Kinds Dubois
|
||||||
S 243 Module Repository Upload Mechanism Reifschneider
|
S 243 Module Repository Upload Mechanism Reifschneider
|
||||||
S 245 Python Interface Syntax Pelletier
|
S 245 Python Interface Syntax Pelletier
|
||||||
|
@ -230,8 +230,8 @@ Numerical Index
|
||||||
SF 236 Back to the __future__ Peters
|
SF 236 Back to the __future__ Peters
|
||||||
S 237 Unifying Long Integers and Integers Zadka, van Rossum
|
S 237 Unifying Long Integers and Integers Zadka, van Rossum
|
||||||
SF 238 Changing the Division Operator Zadka, van Rossum
|
SF 238 Changing the Division Operator Zadka, van Rossum
|
||||||
S 239 Adding a Rational Type to Python Zadka
|
S 239 Adding a Rational Type to Python Craig, Zadka
|
||||||
S 240 Adding a Rational Literal to Python Zadka
|
S 240 Adding a Rational Literal to Python Craig, Zadka
|
||||||
SF 241 Metadata for Python Software Packages Kuchling
|
SF 241 Metadata for Python Software Packages Kuchling
|
||||||
S 242 Numeric Kinds Dubois
|
S 242 Numeric Kinds Dubois
|
||||||
S 243 Module Repository Upload Mechanism Reifschneider
|
S 243 Module Repository Upload Mechanism Reifschneider
|
||||||
|
@ -314,6 +314,7 @@ Owners
|
||||||
Ascher, David davida@activestate.com
|
Ascher, David davida@activestate.com
|
||||||
Barrett, Paul barrett@stsci.edu
|
Barrett, Paul barrett@stsci.edu
|
||||||
Baxter, Anthony anthony@interlink.com.au
|
Baxter, Anthony anthony@interlink.com.au
|
||||||
|
Craig, Christopher python-pep@ccraig.org
|
||||||
Creighton, Laura lac@strakt.com
|
Creighton, Laura lac@strakt.com
|
||||||
Dörwald, Walter
|
Dörwald, Walter
|
||||||
Drake, Fred fdrake@acm.org
|
Drake, Fred fdrake@acm.org
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
PEP: 239
|
PEP: 239
|
||||||
Title: Adding a Rational Type to Python
|
Title: Adding a Rational Type to Python
|
||||||
Version: $Revision$
|
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
|
Status: Draft
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Created: 11-Mar-2001
|
Created: 11-Mar-2001
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
PEP: 240
|
PEP: 240
|
||||||
Title: Adding a Rational Literal to Python
|
Title: Adding a Rational Literal to Python
|
||||||
Version: $Revision$
|
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
|
Status: Draft
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Created: 11-Mar-2001
|
Created: 11-Mar-2001
|
||||||
|
|
Loading…
Reference in New Issue