Message197743
| Author | ethan.furman |
|---|---|
| Recipients | barry, eli.bendersky, ethan.furman, ned.deily, python-dev, ronaldoussoren |
| Date | 2013-09-15.02:38:57 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1379212740.53.0.260169040086.issue18693@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Okay, here's the patch after the inspect portion was committed in #18929. Summary: - added __objclass__ to each enum member - added __module__ to the class dir - aded any extra methods defined to the instance dir - changed _RouteClassAttributeToGetattr to use the wrapped doc if it exists - added more useful __doc__s to value and name - added another test :) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-09-15 02:39:00 | ethan.furman | set | recipients: + ethan.furman, barry, ronaldoussoren, ned.deily, eli.bendersky, python-dev |
| 2013-09-15 02:39:00 | ethan.furman | set | messageid: <1379212740.53.0.260169040086.issue18693@psf.upfronthosting.co.za> |
| 2013-09-15 02:39:00 | ethan.furman | link | issue18693 messages |
| 2013-09-15 02:38:57 | ethan.furman | create | |