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 brett.cannon
Recipients barry, brett.cannon, docs@python, eric.smith
Date 2013-04-01.21:04:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364850275.51.0.701069525497.issue17566@psf.upfronthosting.co.za>
In-reply-to
Content
If Eric doesn't have anything to add then I would like to change importlib.abc.Loader.module_repr() to no longer be abstract and the default to be defined as ``return repr(module)``. Else it should be entirely optional and not have a default implementation, but having it be required as abstract doesn't seem quite right to me.
History
Date User Action Args
2013-04-01 21:04:35brett.cannonsetrecipients: + brett.cannon, barry, eric.smith, docs@python
2013-04-01 21:04:35brett.cannonsetmessageid: <1364850275.51.0.701069525497.issue17566@psf.upfronthosting.co.za>
2013-04-01 21:04:35brett.cannonlinkissue17566 messages
2013-04-01 21:04:35brett.cannoncreate