]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Insert "startfile" into posix_methods again; it was accidentially
authorThomas Heller <theller@ctypes.org>
Fri, 31 Aug 2007 06:44:36 +0000 (06:44 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 31 Aug 2007 06:44:36 +0000 (06:44 +0000)
removed in rev 55543.

Modules/posixmodule.c

index 5f8cde601081fd00feb104de817341274ba77e2c..770679e55db19833224dcac740eb2bc23b1b6cde 100644 (file)
@@ -6793,6 +6793,9 @@ static PyMethodDef posix_methods[] = {
 #ifdef HAVE_PLOCK
        {"plock",       posix_plock, METH_VARARGS, posix_plock__doc__},
 #endif /* HAVE_PLOCK */
+#ifdef MS_WINDOWS
+       {"startfile",   win32_startfile, METH_VARARGS, win32_startfile__doc__},
+#endif
 #ifdef HAVE_SETUID
        {"setuid",      posix_setuid, METH_VARARGS, posix_setuid__doc__},
 #endif /* HAVE_SETUID */