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 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:00ethan.furmansetrecipients: + ethan.furman, barry, ronaldoussoren, ned.deily, eli.bendersky, python-dev
2013-09-15 02:39:00ethan.furmansetmessageid: <1379212740.53.0.260169040086.issue18693@psf.upfronthosting.co.za>
2013-09-15 02:39:00ethan.furmanlinkissue18693 messages
2013-09-15 02:38:57ethan.furmancreate