[Python-checkins] peps: Fix "local variables section".

georg.brandl python-checkins at python.org
Tue May 1 08:54:24 CEST 2012


http://hg.python.org/peps/rev/0ce76199d9f3
changeset:   4330:0ce76199d9f3
user:        Georg Brandl <georg at python.org>
date:        Tue May 01 08:54:55 2012 +0200
summary:
  Fix "local variables section".

files:
  pep-0421.txt |  35 ++++++++++++++++++-----------------
  1 files changed, 18 insertions(+), 17 deletions(-)


diff --git a/pep-0421.txt b/pep-0421.txt
--- a/pep-0421.txt
+++ b/pep-0421.txt
@@ -379,16 +379,16 @@
 * Do we really want to commit to using a dict for
   ``sys.implementation``?
 
-Backward compatibility issues will make it difficult to change our
-minds later.
+  Backward compatibility issues will make it difficult to change our
+  minds later.
 
-The type we use ultimately depends on how general we expect the
-consumption of ``sys.implementation`` to be.  If its practicality is
-oriented toward internal use then the data structure is not as
-critical.  However, ``sys.implementation`` is intended to have a
-non-localized impact across the standard library and the interpreter.
-It's better to *not* make hacking it become an attractive nuisance,
-regardless of our intentions for usage.
+  The type we use ultimately depends on how general we expect the
+  consumption of ``sys.implementation`` to be.  If its practicality is
+  oriented toward internal use then the data structure is not as
+  critical.  However, ``sys.implementation`` is intended to have a
+  non-localized impact across the standard library and the
+  interpreter.  It's better to *not* make hacking it become an
+  attractive nuisance, regardless of our intentions for usage.
 
 * use (immutable?) nameddict (analogous to namedtuple/structseq)?
 
@@ -425,14 +425,15 @@
 Copyright
 =========
 
-    This document has been placed in the public domain.
+This document has been placed in the public domain.
 
 
 
-Local Variables:
-mode: indented-text
-indent-tabs-mode: nil
-sentence-end-double-space: t
-fill-column: 70
-coding: utf-8
-End:
+..
+   Local Variables:
+   mode: indented-text
+   indent-tabs-mode: nil
+   sentence-end-double-space: t
+   fill-column: 70
+   coding: utf-8
+   End:

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


More information about the Python-checkins mailing list