[Python-checkins] peps: Present both alternatives as flat lists

nick.coghlan python-checkins at python.org
Sat Feb 25 09:52:45 CET 2012


http://hg.python.org/peps/rev/666f63844229
changeset:   4076:666f63844229
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Sat Feb 25 18:52:38 2012 +1000
summary:
  Present both alternatives as flat lists

files:
  pep-0413.txt |  3 +--
  1 files changed, 1 insertions(+), 2 deletions(-)


diff --git a/pep-0413.txt b/pep-0413.txt
--- a/pep-0413.txt
+++ b/pep-0413.txt
@@ -186,8 +186,7 @@
 
 **Status quo:** must choose between 3.3 and 2.7
 
-**This PEP:** must first choose between 3.3 and 2.7. If choosing 3.3, must then
-choose between 3.3 (13.02) or 3.3 (12.08)
+**This PEP:** must first choose between 3.3 (13.02), 3.3 (12.08) and 2.7.
 
 **PEP 407:** must choose between 3.4, 3.3 (LTS) and 2.7.
 

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list