[Python-checkins] peps: If form-feeds are not going to be used to indicate what can be marked as (original) (raw)

georg.brandl python-checkins at python.org
Wed Mar 23 21:23:29 CET 2011


http://hg.python.org/peps/rev/71bdff24635e changeset: 50:71bdff24635e user: Fred Drake <fdrake at acm.org> date: Wed Jul 26 04:14:30 2000 +0000 summary: If form-feeds are not going to be used to indicate what can be marked as a header, use a non-white character in the first column. This looks a little cleaner.

files: pep2html.py | 29 ++++++++++++----------------- 1 files changed, 12 insertions(+), 17 deletions(-)

diff --git a/pep2html.py b/pep2html.py --- a/pep2html.py +++ b/pep2html.py @@ -59,40 +59,35 @@ if pep: title = "PEP " + pep + " -- " + title if title:

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



More information about the Python-checkins mailing list