PEP 211 renamed to "Adding New Linear Algebra Operators" at request of

gvwilson.  More accurately describes the narrower focus.
This commit is contained in:
Barry Warsaw 2000-07-31 16:38:12 +00:00
parent 88002f143d
commit 3be8ce8df4
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ Index
208 pep-0208.txt Reworking the Coercion Model davida
209 pep-0209.txt Adding Multidimensional Arrays davida
210 pep-0210.txt Decoupling the Interpreter Loop davida
211 pep-0211.txt Adding New Operators to Python gvwilson
211 pep-0211.txt Adding New Linear Algebra Operators gvwilson
212 pep-0212.txt Additional Builtin Generators bwarsaw
213 pep-0213.txt Attribute Access Handlers prescod
214 pep-0214.txt Extended Print Statement bwarsaw