[Twisted-Python] Re: [Twisted-commits] Fix call to non-existent function, remove unused import

Andrew Bennetts andrew-twisted at puzzling.org
Wed Jun 25 20:59:05 EDT 2003


On Wed, Jun 25, 2003 at 05:49:56PM +0200, Paul Boehm wrote:
> On Wed, Jun 25, 2003 at 07:35:54AM -0500, spiv CVS wrote:
> [...]
> >  def PRE(text):
> >      "Wrap <pre> tags around some text and escape it with web.escapehtml."
> > -    return "<pre>"+escapehtml(text)+"</pre>"
> > +    return "<pre>"+escape(text)+"</pre>"
> [...]
> 
> documentation for PRE is out of synch

Oops, yeah.  Duh.  Fixed :)

-Andrew.





More information about the Twisted-Python mailing list