durusmail: quixote-users: where do mod_python print statements go?
where do mod_python print statements go?
2001-10-12
2001-10-12
2001-10-12
2001-10-12
2001-10-12
2001-10-12
2001-10-15
2001-10-15
2001-10-15
2001-10-15
2001-10-15
2001-10-15
2001-10-15
where do mod_python print statements go?
Greg Ward
2001-10-12
On 12 October 2001, Neil Schemenauer said:
> There is no /dev/null on Windows.  We should fix this.  Something
> like:
>
>     class NullFile:
>         def write(s):
>             pass
>
>     sys.stdout = NullFile()
>
> perhaps?

ISTR that MS-DOS had a "null:" or "nul:" file.  Am I dreaming?
Are there any Windows experts out there?

        Greg


reply