[Patches] [ python-Patches-1393157 ] Optional second argument for startfile

SourceForge.net noreply at sourceforge.net
Sat Feb 18 23:30:29 CET 2006


Patches item #1393157, was opened at 2005-12-29 22:19
Message generated for change (Comment added) made by birkenfeld
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1393157&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Windows
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Thomas Heller (theller)
Assigned to: Nobody/Anonymous (nobody)
Summary: Optional second argument for startfile

Initial Comment:
An optional second argument for os.startfile could be
used to invoke 'verbs' other than the default on a file.

For example,
  os.startfile("myfile.pdb", "print")

----------------------------------------------------------------------

>Comment By: Georg Brandl (birkenfeld)
Date: 2006-02-18 23:30

Message:
Logged In: YES 
user_id=1188172

Thanks! Applied the patch and updated the docs in rev. 42470.

----------------------------------------------------------------------

Comment By: Georg Brandl (birkenfeld)
Date: 2006-01-20 22:46

Message:
Logged In: YES 
user_id=1188172

Seems logical and unproblematic to me.

----------------------------------------------------------------------

Comment By: Thomas Heller (theller)
Date: 2005-12-29 22:22

Message:
Logged In: YES 
user_id=11105

I meant

  os.startfile("myfile.pdf", "print").

Sorry.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1393157&group_id=5470


More information about the Patches mailing list