Added Emacs page breaks

This commit is contained in:
Barry Warsaw 2000-07-21 18:29:05 +00:00
parent 76592cc75b
commit 2cc9f4e104
1 changed files with 10 additions and 0 deletions

View File

@ -5,6 +5,8 @@ Owner: Jeremy Hylton <jeremy@beopen.com>
Python-Version: 2.0
Status: Incomplete
Introduction
This PEP describes the Python 2.0 release schedule, tracking the
@ -14,8 +16,12 @@ Introduction
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 @@ Accepted and in progress
* 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 @@ Open: proposed but not accepted or declined
- http://www.python.org/pipermail/python-dev/1999-August/002252.html
Declined