[Python-checkins] cpython: Drop extra CR

martin.v.loewis python-checkins at python.org
Sat Feb 26 23:15:36 CET 2011


martin.v.loewis pushed 3e6eafb66c96 to cpython:

http://hg.python.org/cpython/rev/3e6eafb66c96
changeset:   68059:3e6eafb66c96
parent:      68057:6da2ffc992f4
user:        Martin v. L?wis <martin at v.loewis.de>
date:        Sat Feb 26 23:00:49 2011 +0100
summary:
  Drop extra CR

files:
  Include/Python.h

diff --git a/Include/Python.h b/Include/Python.h
--- a/Include/Python.h
+++ b/Include/Python.h
@@ -4,7 +4,7 @@
 
 /* Include nearly all Python header files */
 
-#include "patchlevel.h"
+#include "patchlevel.h"
 #include "pyconfig.h"
 #include "pymacconfig.h"
 

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


More information about the Python-checkins mailing list