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 <[EMAIL PROTECTED]> <http://bugs.python.org/issue1493> __________________________________
py3k_remove_unbound_2.patch
Description: Binary data
_______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com