Re: setprocname

2010-06-15 Thread Roel Schroeven
Op 2010-06-14 22:00, John Nagle schreef: There's a way to do this in Windows. Look in Task Manager, with a browser running, and the description for each Firefox instance will show the page being displayed. Are you sure? I only see that on the Applications tab, which shows window titles;

Re: setprocname

2010-06-15 Thread John Nagle
On 6/15/2010 9:27 AM, Roel Schroeven wrote: Op 2010-06-14 22:00, John Nagle schreef: There's a way to do this in Windows. Look in Task Manager, with a browser running, and the description for each Firefox instance will show the page being displayed. Are you sure? I only see that on the

setprocname

2010-06-14 Thread Tomasz Pajor
Hello, Why there is no setprocname function in standard library, or am I missing something? -- http://mail.python.org/mailman/listinfo/python-list

Re: setprocname

2010-06-14 Thread Grant Edwards
On 2010-06-14, Tomasz Pajor ni...@puffy.pl wrote: Why there is no setprocname function in standard library, or am I missing something? Dunno. Before we start guessing, would you care to explain what you think setprocname ought to do? -- Grant Edwards grant.b.edwards

Re: setprocname

2010-06-14 Thread Thomas Jollans
On 06/14/2010 08:41 PM, Tomasz Pajor wrote: Hello, Why there is no setprocname function in standard library, or am I missing something? why should there be one? what should it do? This sounds like you expect there to be a wrapper of a C system call or other libc function called setprocname

Re: setprocname

2010-06-14 Thread MRAB
Grant Edwards wrote: On 2010-06-14, Tomasz Pajor ni...@puffy.pl wrote: Why there is no setprocname function in standard library, or am I missing something? Dunno. Before we start guessing, would you care to explain what you think setprocname ought to do? I think it's to set the name

Re: setprocname

2010-06-14 Thread John Nagle
On 6/14/2010 12:31 PM, Thomas Jollans wrote: On 06/14/2010 08:41 PM, Tomasz Pajor wrote: Hello, Why there is no setprocname function in standard library, or am I missing something? why should there be one? what should it do? This sounds like you expect there to be a wrapper of a C system

Re: setprocname

2010-06-14 Thread Grant Edwards
On 2010-06-14, MRAB pyt...@mrabarnett.plus.com wrote: Grant Edwards wrote: On 2010-06-14, Tomasz Pajor ni...@puffy.pl wrote: Why there is no setprocname function in standard library, or am I missing something? Dunno. Before we start guessing, would you care to explain what you think