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 benjamin.peterson
Recipients Antoine d'Otreppe, benjamin.peterson
Date 2008-10-10.21:40:49
SpamBayes Score 0.003562924
Marked as misclassified No
Message-id <1223674850.82.0.280687335683.issue4104@psf.upfronthosting.co.za>
In-reply-to
Content
This is because type_repr looks at the __module__ attribute to determine
the location. Fixing this would probably require adding a
__nestedclass__ attribute. However, nested classes aren't used very
much, so it's not urgent by any means.
History
Date User Action Args
2008-10-10 21:40:50benjamin.petersonsetrecipients: + benjamin.peterson, Antoine d'Otreppe
2008-10-10 21:40:50benjamin.petersonsetmessageid: <1223674850.82.0.280687335683.issue4104@psf.upfronthosting.co.za>
2008-10-10 21:40:50benjamin.petersonlinkissue4104 messages
2008-10-10 21:40:50benjamin.petersoncreate