Feeling flush from IPC9, several new PEP numbers are handed out:

PEP 237 Unifying Long Integers and Integers, Zadka
  PEP 238 Non-integer Division, Zadka
  PEP 239 Adding a Rational Type to Python, Zadka
  PEP 240 Adding a Rational Literal to Python, Zadka
  PEP 241 Metadata for Python Software Packages, Kuchling

Moshe in the lead...

The authors will check-in their individual PEPs.
This commit is contained in:
Barry Warsaw 2001-03-13 15:40:47 +00:00
parent c751773847
commit 2a69de56be
1 changed files with 10 additions and 0 deletions

View File

@ -43,6 +43,11 @@ Index by Category
S 234 pep-0234.txt Iterators Yee
S 232 pep-0232.txt Function Attributes Warsaw
S 237 pep-0237.txt Unifying Long Integers and Integers Zadka
S 238 pep-0238.txt Non-integer Division Zadka
S 239 pep-0239.txt Adding a Rational Type to Python Zadka
S 240 pep-0240.txt Adding a Rational Literal to Python Zadka
S 241 pep-0241.txt Metadata for Python Software Packages Kuchling
Pie-in-the-sky PEPs (not ready; may become active yet)
@ -140,6 +145,11 @@ Numerical Index
S 234 pep-0234.txt Iterators Yee
S 235 pep-0235.txt Import on Case-Insensitive Platforms Peters
S 236 pep-0236.txt Back to the __future__ Peters
S 237 pep-0237.txt Unifying Long Integers and Integers Zadka
S 238 pep-0238.txt Non-integer Division Zadka
S 239 pep-0239.txt Adding a Rational Type to Python Zadka
S 240 pep-0240.txt Adding a Rational Literal to Python Zadka
S 241 pep-0241.txt Metadata for Python Software Packages Kuchling
Key