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 asmodai
Recipients alexandre.vassalotti, asmodai, benjamin.peterson, georg.brandl
Date 2009-04-25.12:40:21
SpamBayes Score 0.00093660847
Marked as misclassified No
Message-id <1240663223.35.0.463930023314.issue2572@psf.upfronthosting.co.za>
In-reply-to
Content
We want to document that old-style classes get converted into new-style
classes and that in general this goes without problems, except for some
corner cases such as containing a __slots__ directive? Or did I miss
anything else?
History
Date User Action Args
2009-04-25 12:40:23asmodaisetrecipients: + asmodai, georg.brandl, alexandre.vassalotti, benjamin.peterson
2009-04-25 12:40:23asmodaisetmessageid: <1240663223.35.0.463930023314.issue2572@psf.upfronthosting.co.za>
2009-04-25 12:40:21asmodailinkissue2572 messages
2009-04-25 12:40:21asmodaicreate