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 [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]