@@ -3,11 +3,21 @@ Title: Range Literals
33Author: Thomas Wouters <
[email protected] >
44Status: Rejected
55Type: Standards Track
6- Content-Type: text/x-rst
76Created: 14-Jul-2000
87Python-Version: 2.0
98Post-History:
109
10+ .. rejected ::
11+ After careful consideration, and a period of meditation, this
12+ proposal has been rejected. The open issues, as well as some
13+ confusion between ranges and slice syntax, raised enough questions
14+ for Guido not to accept it for Python 2.0, and later to reject the
15+ proposal altogether. The new syntax and its intentions were deemed
16+ not obvious enough.
17+
18+ [ TBD: Guido, amend/confirm this, please. Preferably both; this
19+ is a PEP, it should contain *all * the reasons for rejection
20+ and/or reconsideration, for future reference. ]
1121
1222Introduction
1323============
@@ -270,21 +280,6 @@ Open issues
270280 made private functions?
271281
272282
273- Rejection
274- =========
275-
276- After careful consideration, and a period of meditation, this
277- proposal has been rejected. The open issues, as well as some
278- confusion between ranges and slice syntax, raised enough questions
279- for Guido not to accept it for Python 2.0, and later to reject the
280- proposal altogether. The new syntax and its intentions were deemed
281- not obvious enough.
282-
283- [ TBD: Guido, amend/confirm this, please. Preferably both; this
284- is a PEP, it should contain *all * the reasons for rejection
285- and/or reconsideration, for future reference. ]
286-
287-
288283Copyright
289284=========
290285
0 commit comments