Message 88101 - Python tracker (original) (raw)
Message88101
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:12 | gsakkis | set | recipients: + gsakkis, rhettinger, terry.reedy |
2009-05-19 23:25:10 | gsakkis | set | messageid: 1242775510.59.0.0943215506178.issue5982@psf.upfronthosting.co.za |
2009-05-19 23:25:09 | gsakkis | link | issue5982 messages |
2009-05-19 23:25:07 | gsakkis | create |