oshippy-dev team mailing list archive
-
oshippy-dev team
-
Mailing list archive
-
Message #00316
[Bug 623594] Re: issues in class Archetyped in package common
** Project changed: oship => oshippy
--
You received this bug notification because you are a member of OSHIPpy
Developers, which is subscribed to OSHIPpy.
https://bugs.launchpad.net/bugs/623594
Title:
issues in class Archetyped in package common
Status in Open Source Health Information Platform - Python:
Fix Released
Bug description:
It seems that archetypeIdValid and rmVersionValid in IArchetyped
interface are not necessary, since the attributes archetypeId and
rmVersion are already required in the respective schemas.
According to previous discussions, maybe we should leave methods
__eq__ and __hash__ as the default implementation.