Re: [Python-Dev] os.startfile with optional second parameter

2005-12-21 Thread Thomas Heller
Thomas Heller <[EMAIL PROTECTED]> writes: > Would a patch be accepted that implemented an optional second parameter > for the os.startfile function on Windows? > > Sometimes I missed the possibility to write > > os.startfile("mydocs.pdf", "print") The other possibility would be to extend the su

[Python-Dev] os.startfile with optional second parameter

2005-12-20 Thread Thomas Heller
Would a patch be accepted that implemented an optional second parameter for the os.startfile function on Windows? Sometimes I missed the possibility to write os.startfile("mydocs.pdf", "print") Thomas ___ Python-Dev mailing list Python-Dev@python.o