[issue5324] __subclasses__ undocumented

2009-03-28 Thread Georg Brandl
Georg Brandl added the comment: Documented in r70648, r70649 (3k). -- resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue5324] __subclasses__ undocumented

2009-02-19 Thread Michael Foord
New submission from Michael Foord : I can't find any documentation for the __subclasses__ magic method. At the very least needed for language implementors. -- assignee: georg.brandl components: Documentation messages: 82504 nosy: georg.brandl, mfoord severity: normal status: open title: