[Python-checkins] peps: Range Literals PEP, initially assigned to Thomas Wouters.

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


http://hg.python.org/peps/rev/71e9cfc4a6c6
changeset:   4:71e9cfc4a6c6
user:        Barry Warsaw <barry at python.org>
date:        Fri Jul 14 03:29:11 2000 +0000
summary:
  Range Literals PEP, initially assigned to Thomas Wouters.

files:
  pep-0204.txt |  13 +++++++++++++
  1 files changed, 13 insertions(+), 0 deletions(-)


diff --git a/pep-0204.txt b/pep-0204.txt
new file mode 100644
--- /dev/null
+++ b/pep-0204.txt
@@ -0,0 +1,13 @@
+PEP: 203
+Title: Range Literals
+Version: $Revision$
+Owner: thomas at xs4all.net (Thomas Wouters)
+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