[Zope3-checkins] CVS: Zope3/src/zope/publisher - http.py:1.50

Anthony Baxter anthony at interlink.com.au
Tue Apr 6 20:29:56 EDT 2004


Jim Fulton wrote:
> -        return '<%s instance at 0x%x, URL=%s>' % (
> +        return '<%s instance URL=%s>' % (
>              str(self.__class__), id(self), `self.URL`)

Isn't this the sort of thing pychecker would pick up? Perhaps
there should be something added to the test driver to run
pychecker over the code?


-- 
Anthony Baxter     <anthony at interlink.com.au>
It's never too late to have a happy childhood.



More information about the Zope3-Checkins mailing list