![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: what does 0 mean in MyApp(0)
From: vincent wehren <vincent@visualtrans.de>
Date: Sat Oct 01 2005 - 09:20:53 CEST
"Alex" <lidenalex@yahoo.se> schrieb im Newsbeitrag
Not entirely:
1. app=MyApp(): stdout/stderr is redirected to its own window, so you're
But:
The arguments you pass to MyApp are named parameters, so for improved
3(b). app=MyApp(redirect=1, filename='some/file/name'): will redirect stdout
and instead of 2:
2(b). app=MyApp(redirect=0) # stdout/stderr will stay at the console...
Anyway, if you omit the parameter names, make sure you you position them
HTH,
-- Vincent Wehren | Alex |Received on Sat Oct 15 04:02:00 2005 |