[Python-checkins] peps: PEP 437: Add standard "local variables" footer.

georg.brandl python-checkins at python.org
Fri Mar 15 22:51:31 CET 2013


http://hg.python.org/peps/rev/470f041a461c
changeset:   4802:470f041a461c
user:        Georg Brandl <georg at python.org>
date:        Fri Mar 15 22:51:01 2013 +0100
summary:
  PEP 437: Add standard "local variables" footer.

files:
  pep-0437.txt |  10 +++++++++-
  1 files changed, 9 insertions(+), 1 deletions(-)


diff --git a/pep-0437.txt b/pep-0437.txt
--- a/pep-0437.txt
+++ b/pep-0437.txt
@@ -389,4 +389,12 @@
 .. _Open Publication License: http://www.opencontent.org/openpub/
 
 
-
+
+..
+   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