[Python-checkins] r74107 - in python/branches/py3k: Lib/importlib/abc.py Lib/importlib/test/test_abc.py Misc/NEWS

Nick Coghlan ncoghlan at gmail.com
Mon Jul 20 14:15:31 CEST 2009


brett.cannon wrote:
> Author: brett.cannon
> Date: Mon Jul 20 05:19:18 2009
> New Revision: 74107
> 
> Log:
> Importlib's documentation said that importlib.abc.PyLoader inherited from
> importlib.abc.ResourceLoader, when in fact it did not. Fixed the ABC to inherit
> as documented.
> 
> This does in introduce an backwards-incompatiblity as the code in PyLoader
> already required the single method ResourceLoader defined as an abstract
> method.

s/does in/doesn't/?

(Just making sure I understand the intent of the checkin correctly)

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia
---------------------------------------------------------------


More information about the Python-checkins mailing list