[Python-checkins] cpython: line ending test when edited in Visual Studio

brian.curtin python-checkins at python.org
Fri Mar 4 17:13:51 CET 2011


http://hg.python.org/cpython/rev/86700f7b0f59
changeset:   68080:86700f7b0f59
user:        briancurtin <brian.curtin at gmail.com>
date:        Fri Mar 04 10:13:23 2011 -0600
summary:
  line ending test when edited in Visual Studio

files:
  PC/winreg.c

diff --git a/PC/winreg.c b/PC/winreg.c
--- a/PC/winreg.c
+++ b/PC/winreg.c
@@ -20,7 +20,9 @@
 static PyObject *PyHKEY_FromHKEY(HKEY h);
 static BOOL PyHKEY_Close(PyObject *obHandle);
 
-static char errNotAHandle[] = "Object is not a handle";
+static char errNotAHandle[] = "Object is probably not a handle (I think)";
+/* let's see what happens with these line endings
+   hurf durf */
 
 /* The win32api module reports the function name that failed,
    but this concept is not in the Python core.

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


More information about the Python-checkins mailing list