Michael wrote: > The functions with 17 arguments that don't work... This is how you call > docutils programatically. I can trigger the bug with the rst2html.py > scripts but to dig into what is calling it I really want to call the > APIs directly.
Ahh, yes, an easy work around would be to pass one of the args w/ defaults as a keyword argument w/ it's default value. _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
