Author: thomas.heller
Date: Fri Aug 31 08:44:36 2007
New Revision: 57816

Modified:
   python/branches/py3k/Modules/posixmodule.c
Log:
Insert "startfile" into posix_methods again; it was accidentially
removed in rev 55543.


Modified: python/branches/py3k/Modules/posixmodule.c
==============================================================================
--- python/branches/py3k/Modules/posixmodule.c  (original)
+++ python/branches/py3k/Modules/posixmodule.c  Fri Aug 31 08:44:36 2007
@@ -6793,6 +6793,9 @@
 #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 */
_______________________________________________
Python-3000-checkins mailing list
Python-3000-checkins@python.org
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to