[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Python module for debconf



On Mon, 2002-04-08 at 14:00, Gerhard Muntingh wrote:
> whaah! No compiled debconfscripts on my machine.  While it
> would be nice to have python bindings, I'd really like to
> hack all sorts of scripts when I need to.

Byte-compiling Python modules isn't the same as compiling C code; it's
an optimization step that stores an intermediate result of interpreting
the module.

The regular source is still available in the package, and Python will
transparently recompile the module if it changes.


-- 
To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: