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 rhettinger
Recipients aronacher, georg.brandl, gvanrossum, rhettinger
Date 2008-03-03.22:22:04
SpamBayes Score 0.048080575
Marked as misclassified No
Message-id <1204582925.23.0.718831986537.issue2226@psf.upfronthosting.co.za>
In-reply-to
Content
* Removed the dependency on itertools:  r61213.

* Fixed nasty cut-and-paste error in Callable:  r61214

Leaving the other one for Guido.  I suspect the __radd__ style methods
are can of worms best left unopened for now.  The right solution
probably involves visiting every piece of code in Python that makes a
concrete isinstance/issubclass test and replacing it with an abstract
test.  That may have unexpected side-effects, may be hard to test, and
may kill performance.
History
Date User Action Args
2008-03-03 22:22:05rhettingersetspambayes_score: 0.0480806 -> 0.048080575
recipients: + rhettinger, gvanrossum, georg.brandl, aronacher
2008-03-03 22:22:05rhettingersetspambayes_score: 0.0480806 -> 0.0480806
messageid: <1204582925.23.0.718831986537.issue2226@psf.upfronthosting.co.za>
2008-03-03 22:22:04rhettingerlinkissue2226 messages
2008-03-03 22:22:04rhettingercreate