This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author georg.brandl
Recipients christian.heimes, georg.brandl, gvanrossum
Date 2007-11-24.20:16:31
SpamBayes Score 0.027521985
Marked as misclassified No
Message-id <1195935392.31.0.530557086987.issue1493@psf.upfronthosting.co.za>
In-reply-to
Content
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.
Files
File name Uploaded
py3k_remove_unbound_2.patch georg.brandl, 2007-11-24.20:16:31
History
Date User Action Args
2007-11-24 20:16:32georg.brandlsetspambayes_score: 0.027522 -> 0.027521985
recipients: + georg.brandl, gvanrossum, christian.heimes
2007-11-24 20:16:32georg.brandlsetspambayes_score: 0.027522 -> 0.027522
messageid: <1195935392.31.0.530557086987.issue1493@psf.upfronthosting.co.za>
2007-11-24 20:16:32georg.brandllinkissue1493 messages
2007-11-24 20:16:31georg.brandlcreate