bug report w\o registering

Jørgen Cederberg jorgencederberg at hotmail.com
Tue Nov 5 08:26:01 EST 2002


"Anton Vredegoor" <anton at vredegoor.doge.nl> wrote in message news:aq8cmh$gcq$1 at news.hccnet.nl...
> On Tue, 5 Nov 2002 15:49:20 +1100, "Delaney, Timothy"
> <tdelaney at avaya.com> wrote:
> 
> >> From: anton at vredegoor.doge.nl [mailto:anton at vredegoor.doge.nl]
> >> 
> >> Here's a bug report. I don't want to register at SourceForge now
> >> (browser settings etc.). Sorry for the inconvenience.
> >
> >If you do not submit to sourceforge, the bug report *will* be lost.
> 
> If you do not read the traceback you will not detect the bug.
> 

Hi,

Please see section 6.8 in the Library reference ( http://www.python.org/doc/current/lib/module-popen2.html ), it clearly states how popen2.popen2 should be called. Example

>>> import os, popen2
>>> infile, outfile = os.popen2("dir", "b", -1)
>>> outfile, infile = popen2.popen2("dir", -1, "b")
>>>

Regards
Jorgen



More information about the Python-list mailing list