python -O -u vs. -Ou

Moshe Zadka moshez at zadka.site.co.il
Mon Jan 15 22:02:55 EST 2001


On Mon, 15 Jan 2001 19:39:59 +0100, Carsten Gaebler <cg at schlund.de> wrote:

> There seems to be a difference between
> 
> #! /usr/bin/python -O -u
> 
> and
> 
> #! /usr/bin/python -Ou

It depends a *lot* on your kernel. In general, it is not portable
to put more than one option in the #! line.

-- 
Moshe Zadka <sig at zadka.site.co.il>
This is a signature anti-virus. 
Please stop the spread of signature viruses!




More information about the Python-list mailing list