[Python-checkins] peps: Don't mandate 2.5 when generating PEP 0 directly (original) (raw)
nick.coghlan python-checkins at python.org
Sat Mar 26 04:49:35 CET 2011
- Previous message: [Python-checkins] cpython (merge 3.2 -> default): Merge #10553 followup from 3.2
- Next message: [Python-checkins] Daily reference leaks (125fbebbb5cd): sum=0
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
http://hg.python.org/peps/rev/8a593495fb10 changeset: 3849:8a593495fb10 user: Nick Coghlan <ncoghlan at gmail.com> date: Sat Mar 26 13:49:11 2011 +1000 summary: Don't mandate 2.5 when generating PEP 0 directly
files: genpepindex.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/genpepindex.py b/genpepindex.py old mode 100644 new mode 100755 --- a/genpepindex.py +++ b/genpepindex.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.5 +#!/usr/bin/env python """Auto-generate PEP 0 (PEP index).
Generating the PEP index is a multi-step process. To begin, you must first
-- Repository URL: http://hg.python.org/peps
- Previous message: [Python-checkins] cpython (merge 3.2 -> default): Merge #10553 followup from 3.2
- Next message: [Python-checkins] Daily reference leaks (125fbebbb5cd): sum=0
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]