On Thu, 2007-05-24 at 09:10 -0700, Ben Sims wrote: > Regarding the Python APIs, I wondered if there is any documentation > available? At the moment I am going over the source, which is a bit heavy > going. > > For example, I am having trouble working out if it is possible to create a > new list from the Python modules directly? > > Any pointers to the right docs here would be appreciated.
Your best bet might be to look at the command line interfaces under the /bin directory in the source tarball. For the case cited you'll want to look at bin/newlist. -- John Dennis <[EMAIL PROTECTED]> _______________________________________________ Mailman-Developers mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-developers%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
