[Checkins] SVN: zope.testbrowser/trunk/src/zope/testbrowser/test to make earlier change independent of mechanize

Benji York benji at zope.com
Fri Aug 31 09:49:14 EDT 2007


nikhil n wrote:
> Log message for revision 79403:
>   to make earlier change independent of mechanize

> Modified: zope.testbrowser/trunk/src/zope/testbrowser/testing.py

> +    def close(self):
> +        """To overcome changes in urllib2 and socket in python2.5"""
>  
> +

> Modified: zope.testbrowser/trunk/src/zope/testbrowser/tests.py

> +    def close(self):
> +        """To overcome changes in urllib2 and socket in python2.5"""
>  
> +

I'd like there to be a "pass" in there so it's more obvious that it is 
intentional for there to be no code in the function body.  That or a 
comment that "this function intentionally left blank".
-- 
Benji York
Senior Software Engineer
Zope Corporation


More information about the Checkins mailing list