Message 207694 - Python tracker
Message207694
| Author | larry |
|---|---|
| Recipients | brett.cannon, larry, meador.inge, skrah |
| Date | 2014-01-08.17:51:10 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1389203471.33.0.935290876075.issue20189@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Here's a patch that adds __text_signature__ support for three more builtin types: method_descriptor classmethod_descriptor wrapper_descriptor method-wrapper The patch also modifies inspect.Signature so it recognizes these types. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-01-08 17:51:11 | larry | set | recipients: + larry, brett.cannon, skrah, meador.inge |
| 2014-01-08 17:51:11 | larry | set | messageid: <1389203471.33.0.935290876075.issue20189@psf.upfronthosting.co.za> |
| 2014-01-08 17:51:11 | larry | link | issue20189 messages |
| 2014-01-08 17:51:11 | larry | create | |