[Python-checkins] peps: New PEPs, all initially owned by David Ascher.

georg.brandl python-checkins at python.org
Wed Mar 23 21:22:26 CET 2011


http://hg.python.org/peps/rev/cca267380200
changeset:   16:cca267380200
user:        Barry Warsaw <barry at python.org>
date:        Sat Jul 15 23:28:27 2000 +0000
summary:
  New PEPs, all initially owned by David Ascher.

files:
  pep-0207.txt |  13 +++++++++++++
  pep-0208.txt |  13 +++++++++++++
  pep-0209.txt |  13 +++++++++++++
  pep-0210.txt |  13 +++++++++++++
  4 files changed, 52 insertions(+), 0 deletions(-)


diff --git a/pep-0207.txt b/pep-0207.txt
new file mode 100644
--- /dev/null
+++ b/pep-0207.txt
@@ -0,0 +1,13 @@
+PEP: 207
+Title: Rich Comparisions
+Version: $Revision$
+Owner: davida at activestate.com (David Ascher)
+Python-Version: 2.1
+Status: Incomplete
+
+
+
+Local Variables:
+mode: indented-text
+indent-tabs-mode: nil
+End:
diff --git a/pep-0208.txt b/pep-0208.txt
new file mode 100644
--- /dev/null
+++ b/pep-0208.txt
@@ -0,0 +1,13 @@
+PEP: 208
+Title: Reworking the Coercion Model
+Version: $Revision$
+Owner: davida at activestate.com (David Ascher)
+Python-Version: 2.1
+Status: Incomplete
+
+
+
+Local Variables:
+mode: indented-text
+indent-tabs-mode: nil
+End:
diff --git a/pep-0209.txt b/pep-0209.txt
new file mode 100644
--- /dev/null
+++ b/pep-0209.txt
@@ -0,0 +1,13 @@
+PEP: 209
+Title: Adding Multidimensional Arrays
+Version: $Revision$
+Owner: davida at activestate.com (David Ascher)
+Python-Version: 2.0
+Status: Incomplete
+
+
+
+Local Variables:
+mode: indented-text
+indent-tabs-mode: nil
+End:
diff --git a/pep-0210.txt b/pep-0210.txt
new file mode 100644
--- /dev/null
+++ b/pep-0210.txt
@@ -0,0 +1,13 @@
+PEP: 210
+Title: Decoupling the Interpreter Loop
+Version: $Revision$
+Owner: davida at activestate.com (David Ascher)
+Python-Version: 2.0
+Status: Incomplete
+
+
+
+Local Variables:
+mode: indented-text
+indent-tabs-mode: nil
+End:

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


More information about the Python-checkins mailing list