Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Pages: [1]
Print
Author Topic: Bugs in interface.py  (Read 15060 times)
bastikr
Newbie
*
Posts: 3


View Profile Email
« 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/
Logged
puremvc
Global Moderator
Hero Member
*****
Posts: 2871



View Profile WWW Email
« Reply #1 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>
Logged
Pages: [1]
Print