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 terry.reedy
Recipients eric.araujo, terry.reedy, ysj.ray
Date 2011-03-20.17:46:31
SpamBayes Score 1.5505187e-06
Marked as misclassified No
Message-id <1300643192.78.0.058535382531.issue11604@psf.upfronthosting.co.za>
In-reply-to
Content
Whoops. That should be 'Cannot subclass a module' or 'Cannot subclass module %s' % modulename.  Types.ModuleType can indeed by subclassed.

I agree that this is not a pressing issue, but it will at least provide an answer to anyone searching the tracker for the current message.
History
Date User Action Args
2011-03-20 17:46:32terry.reedysetrecipients: + terry.reedy, eric.araujo, ysj.ray
2011-03-20 17:46:32terry.reedysetmessageid: <1300643192.78.0.058535382531.issue11604@psf.upfronthosting.co.za>
2011-03-20 17:46:32terry.reedylinkissue11604 messages
2011-03-20 17:46:31terry.reedycreate