En Sat, 08 Sep 2007 14:42:14 -0300, Torsten Bronger <[EMAIL PROTECTED]> escribi�:
>> `os.devnull`?
>
> Yes, but I wasn't really sure how portable it is, in particular, on
> Windows. So does
>
> open(os.devnull, "w").write("Schallalla")
>
> work on Windows like on Unix?
Yes. os.devnull=='nul' on Windows.
--
Gabriel Genellina
--
http://mail.python.org/mailman/listinfo/python-list
