Skip to content

Commit

Permalink
Christopher Craig takes over primary ownership of PEPs 239 and 240,
Browse files Browse the repository at this point in the history
with Moshe as secondary, with Moshe's blessing.
  • Loading branch information
warsaw committed Sep 20, 2002
1 parent 49eaad8 commit 7ef0108
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
9 changes: 5 additions & 4 deletions pep-0000.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion pep-0239.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion pep-0240.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7ef0108

Please sign in to comment.