Added Emacs page breaks
This commit is contained in:
parent
76592cc75b
commit
2cc9f4e104
10
pep-0200.txt
10
pep-0200.txt
|
@ -5,6 +5,8 @@ Owner: Jeremy Hylton <jeremy@beopen.com>
|
||||||
Python-Version: 2.0
|
Python-Version: 2.0
|
||||||
Status: Incomplete
|
Status: Incomplete
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Introduction
|
Introduction
|
||||||
|
|
||||||
This PEP describes the Python 2.0 release schedule, tracking the
|
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
|
CVS revision history of this file contains the definitive
|
||||||
historical record.
|
historical record.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Accepted and completed
|
Accepted and completed
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Accepted and in progress
|
Accepted and in progress
|
||||||
|
|
||||||
* SyntaxError enhancements - Fredrik Lundh
|
* SyntaxError enhancements - Fredrik Lundh
|
||||||
|
@ -46,6 +52,8 @@ Accepted and in progress
|
||||||
* Range literals - Thomas Wouters
|
* Range literals - Thomas Wouters
|
||||||
Make range(1, 10, 2) == [1:10:2]
|
Make range(1, 10, 2) == [1:10:2]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Open: proposed but not accepted or declined
|
Open: proposed but not accepted or declined
|
||||||
|
|
||||||
* List comprehensions - Tim Peters?
|
* 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
|
- http://www.python.org/pipermail/python-dev/1999-August/002252.html
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Declined
|
Declined
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue