Re: RELEASED: Quixote 2.4
Mike Orr <[email protected]>
| Newsgroups | gmane.comp.web.quixote.user |
|---|---|
| Message-ID | <[email protected]> |
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)