This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients bhou, paul.moore, r.david.murray, steve.dower, tim.golden, zach.ware
Date 2015-09-05.19:02:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441479739.83.0.16349132985.issue25005@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-09-05 19:02:19steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, r.david.murray, zach.ware, bhou
2015-09-05 19:02:19steve.dowersetmessageid: <1441479739.83.0.16349132985.issue25005@psf.upfronthosting.co.za>
2015-09-05 19:02:19steve.dowerlinkissue25005 messages
2015-09-05 19:02:19steve.dowercreate