On Fri, 20 Aug 2004 14:56:25 +0100, Simon Wistow <[EMAIL PROTECTED]> wrote:
> Interesting - I wrote Python::Serialise::Marshal in May last year to
> snarf Mailman config files and I didn't realise it was so close to
> Python bytecode.

Mailman config files ARE python bytecode -- they're just python code
that's been stored after compilation.

> is it worth looking at combining the two or am I misinterpreting your
> post?

>From the looks of things, Python::Bytecode has the functionality you
need, but not vice versa. The interfaces are a bit different, but they
were designed for different purposes.

-- 
matt

Reply via email to