Brett Cannon 100883f0cb Issue #17093,17566,17567: Methods from classes in importlib.abc now raise/return
the default exception/value when called instead of raising/returning
NotimplementedError/NotImplemented (except where appropriate).
This should allow for the ABCs to act as the bottom/end of the MRO with expected
default results.

As part of this work, also make importlib.abc.Loader.module_repr()
optional instead of an abstractmethod.
2013-04-09 16:59:39 -04:00
..
2013-03-18 10:59:41 -07:00
2013-01-15 13:24:12 -08:00
2013-03-16 15:38:28 -07:00
2012-12-31 21:37:21 -06:00
2013-03-20 00:39:41 -05:00
2013-03-18 23:13:31 -07:00
2013-01-19 14:58:38 -05:00
2013-03-18 23:40:53 -07:00