[Python-checkins] peps: Added Emacs page breaks
georg.brandl
python-checkins at python.org
Wed Mar 23 21:22:43 CET 2011
http://hg.python.org/peps/rev/15f046b2c055
changeset: 25:15f046b2c055
user: Barry Warsaw <barry at python.org>
date: Fri Jul 21 18:29:05 2000 +0000
summary:
Added Emacs page breaks
files:
pep-0200.txt | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/pep-0200.txt b/pep-0200.txt
--- a/pep-0200.txt
+++ b/pep-0200.txt
@@ -5,6 +5,8 @@
Python-Version: 2.0
Status: Incomplete
+
+
Introduction
This PEP describes the Python 2.0 release schedule, tracking the
@@ -14,8 +16,12 @@
CVS revision history of this file contains the definitive
historical record.
+
+
Accepted and completed
+
+
Accepted and in progress
* SyntaxError enhancements - Fredrik Lundh
@@ -46,6 +52,8 @@
* Range literals - Thomas Wouters
Make range(1, 10, 2) == [1:10:2]
+
+
Open: proposed but not accepted or declined
* List comprehensions - Tim Peters?
@@ -68,6 +76,8 @@
- http://www.python.org/pipermail/python-dev/1999-August/002252.html
+
+
Declined
--
Repository URL: http://hg.python.org/peps
More information about the Python-checkins
mailing list