From 3be8ce8df403c01539900062d741ecc30d3fd753 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 31 Jul 2000 16:38:12 +0000 Subject: [PATCH] PEP 211 renamed to "Adding New Linear Algebra Operators" at request of gvwilson. More accurately describes the narrower focus. --- pep-0000.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0000.txt b/pep-0000.txt index c07fdc496..4fef0d2b3 100644 --- a/pep-0000.txt +++ b/pep-0000.txt @@ -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