Brian Curtin <br...@python.org> added the comment:

I showed robquad how to do the review stuff at PyCon but I forgot about the 
publish part. Robbie, if you hit "Publish + Mail Comments" near the top of the 
page after you've left comments, it'll send them out.


What he noticed was that changing to callable_obj in the assertRaises signature 
could break anyone who had been using callableObj as a named argument. Although 
it isn't explicitly documented, it's a named argument that someone is probably 
using. As for standardizing, it's probably best to match the general format of 
the library which is camelCase, and change the internal uses rather than a 
public method signature.

----------
nosy: +brian.curtin

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10775>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to