On 12/14/05, David Binger <[EMAIL PROTECTED]> wrote: > > On Dec 14, 2005, at 9:03 AM, David Binger wrote: > > > The MEMS Exchange released Quixote 2.4 today. http://www.mems-exchange.org/software/quixote/
>From the changelog: * Fix cimport bug (caused None to be bound to an imported name that did not exist). * Add Publisher.process(), which is like process_request() except that the caller provides an input stream and an environment instead of an HTTPRequest instance. Modify the included drivers to use process() instead of process_request(). * Update widgets.txt doc file (from Titus Brown). Hooray for the import fix. What was the reason for the .process() change? Is .process_request() deprecated? Does this make it more difficult to subclass HTTPRequest? -- Mike Orr <[EMAIL PROTECTED]> ([EMAIL PROTECTED] address is semi-reliable) _______________________________________________ Quixote-users mailing list [email protected] http://mail.mems-exchange.org/mailman/listinfo/quixote-users
