Steve Dower added the comment: Patch 1 also requires a minor update to Doc\library\os.rst:
-.. function:: startfile(path[, operation]) +.. function:: startfile(path[, operation[, arguments]]) ... +*arguments* is passed to the underlying :c:func:`ShellExecute` +call. Its format is determined by the target file and operation. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue25005> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com