PureMVC Architects Lounge

PureMVC Manifold => Bug Report => Topic started by: bastikr on December 18, 2009, 03:57:30



Title: Bugs in interface.py
Post by: bastikr on December 18, 2009, 03:57:30
Hi all,
There are some bugs in interface.py:
  * All methods raise "NotImplemented" instead of "NotImplementedError()"
  * There are two methods called "retreieve" instead of "retrieve"
Since these interfaces are not defined as abstract base classes these bugs are not really relevant but it won't hurt to fix them.

 - Sebastian

p.s.: Please let me know if I should make patch.
p.s. 2: Branch with fixes at github: http://github.com/bastikr/python-puremvc/tree/master/trunk/


Title: Re: Bugs in interface.py
Post by: puremvc on December 18, 2009, 10:29:19
@bastikr Thanks for pointing these out (and offering the fixes). And for the Python 3 port.

Toby, can you see about putting these fixes in first, then I'll do a branch for Python 2x and we can upgrade the trunk with the Python 3 changes?

Thanks,
-=Cliff>