[issue1493] Patch to remove unbound methods

Georg Brandl report at bugs.python.org
Sat Nov 24 21:16:32 CET 2007


Georg Brandl added the comment:

Okay, this new patch takes care of test_pyclbr, test_inspect and
test_weakref.

test_unittest is a bit hard:

previously, calling loadTestsFromName with the name of a method would
create a test that runs that test case with that method being the test
method. With the name of a staticmethod though it would call the
staticmethod first and use the result of that call as the test case.

Now, there is no visible distinction between static methods and normal
methods anymore.

----------
nosy: +georg.brandl
Added file: http://bugs.python.org/file8800/py3k_remove_unbound_2.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1493>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: py3k_remove_unbound_2.patch
Type: application/octet-stream
Size: 17060 bytes
Desc: not available
Url : http://mail.python.org/pipermail/python-bugs-list/attachments/20071124/4979a531/attachment-0001.obj 


More information about the Python-bugs-list mailing list