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 gsakkis
Recipients gsakkis, rhettinger, terry.reedy
Date 2009-05-19.23:25:07
SpamBayes Score 2.5431125e-05
Marked as misclassified No
Message-id <1242775510.59.0.0943215506178.issue5982@psf.upfronthosting.co.za>
In-reply-to
Content
I don't remember the exact use case but it had to do with making a
decorator robust enough to work for different kinds of callables (and a
few common non-callables such as classmethod/staticmethod). It's not a
show stopper by any means but I thought it would be easy (if not
trivial) to implement, and regardless of actual use cases I don't see a
reason to keep the function "hidden".
History
Date User Action Args
2009-05-19 23:25:12gsakkissetrecipients: + gsakkis, rhettinger, terry.reedy
2009-05-19 23:25:10gsakkissetmessageid: <1242775510.59.0.0943215506178.issue5982@psf.upfronthosting.co.za>
2009-05-19 23:25:09gsakkislinkissue5982 messages
2009-05-19 23:25:07gsakkiscreate