[Python-checkins] peps: PEP 211 renamed to "Adding New Linear Algebra Operators" at request of

georg.brandl python-checkins at python.org
Wed Mar 23 21:24:04 CET 2011


http://hg.python.org/peps/rev/27f064735897
changeset:   69:27f064735897
user:        Barry Warsaw <barry at python.org>
date:        Mon Jul 31 16:38:12 2000 +0000
summary:
  PEP 211 renamed to "Adding New Linear Algebra Operators" at request of
gvwilson.  More accurately describes the narrower focus.

files:
  pep-0000.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0000.txt b/pep-0000.txt
--- a/pep-0000.txt
+++ b/pep-0000.txt
@@ -31,7 +31,7 @@
      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

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list