On 4/23/05, Daniel C. Casimiro <[EMAIL PROTECTED]> wrote: > hi. > > I was looking through the "Help Needed" page on the wiki and noticed > that you wanted to add logging support to mmpython. This patch does > just that. > > Here are some highlights: <snip> > * I modified mminfo to use optik (http://optik.sourceforge.net/) for > option parsing. I thought that it was a standard module, but I am not > so sure any more. I don't know your policy on external dependencies. > Anyway, I added it because it made it easier to add an option for the > logging destination. This was done as a proof of concept. <snip>
>From the optic homepage: (And, since Python 2.3, Optik is now part of the Python standard library, under the name optparse.) Martijn. ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=click _______________________________________________ Freevo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel
