On Mon, Jul 30, 2007 at 06:18:44PM +0200, Frederic Peters wrote: > > I did take a look at the BZR stuff. IIRC it had some bad stuff, e.g. > > calling programs by using a shell. > > Do you mean you would prefer calls to xsltproc to be done via os.spawn > instead of os.system ? I can change this.
Yes. This avoids shell escaping issues. Perhaps use subprocess instead of system (so you can easily capture the error messages). -- Regards, Olav _______________________________________________ gnome-web-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-web-list
