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

Brett Cannon brett at python.org
Tue Jul 21 00:55:40 CEST 2009


On Mon, Jul 20, 2009 at 05:15, Nick Coghlan <ncoghlan at gmail.com> wrote:

> 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/?


Oops. =) Yes, that should be "doesn't". Fixed the log message.

-Brett
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-checkins/attachments/20090720/8d006f97/attachment.htm>


More information about the Python-checkins mailing list