Le mercredi 19 avril 2006 à 10:17 -0400, Aaron M. Ucko a écrit :
> Package: python-support
> Version: 0.1.1
> Severity: normal
> 
> I just (somewhat belatedly) observed an unfortunate limitation of
> python-support: because it assumes that users are only ever interested
> in unoptimized bytecode, its output is unavailable to instances of
> Python running with optimization turned on.  As its uncompiled input
> is generally not in Python's search path, the result is that putting
> public modules in its jurisdiction keeps python -O from finding them
> at all. :-/

Yes, this was done because it was discovered that python -O doesn't do
anything else than changing the bytecompiled file name.

It is planned to link the .py together with the .pyc. It should make
that limitation disappear, as python -O will still look for the .py.

Regards,
-- 
 .''`.           Josselin Mouette        /\./\
: :' :           [EMAIL PROTECTED]
`. `'                        [EMAIL PROTECTED]
   `-  Debian GNU/Linux -- The power of freedom


Reply via email to