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 pitrou
Recipients eli.bendersky, ethan.furman, pitrou
Date 2013-09-09.08:34:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <924009060.47344857.1378715651421.JavaMail.root@zimbra10-e2.priv.proxad.net>
In-reply-to <1378682469.18.0.446932744268.issue18929@psf.upfronthosting.co.za>
Content
> So, even though __members__ does show up in dir(Color),
> classify_class_attrs incorrectly assigns its class.
> 
[...]
> 
> So if getmembers() correctly reports it because it shows up in dir(),
> then classify_class_attrs should correctly identify it as well.

Ok, you got me convinced :-)
History
Date User Action Args
2013-09-09 08:34:17pitrousetrecipients: + pitrou, eli.bendersky, ethan.furman
2013-09-09 08:34:17pitroulinkissue18929 messages
2013-09-09 08:34:17pitroucreate