Issue1667842

classification
Title: gderived doesn't work outside of org.python.core
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: cgroves, zyasoft
Priority: normal Keywords:

Created on 2007-02-24.14:55:12 by cgroves, last changed 2008-09-14.06:32:52 by zyasoft.

Messages
msg1506 (view) Author: Charlie Groves (cgroves) Date: 2007-02-24.14:55:12
gderived.py assumes the derived class is going to be in org.python.core which isn't ideal for org.python.modules.sets.PySetDerived.
msg3590 (view) Author: Jim Baker (zyasoft) Date: 2008-09-14.06:32:52
no longer use gderived
History
Date User Action Args
2008-09-14 06:32:52zyasoftsetstatus: open -> closed
resolution: wont fix
messages: + msg3590
nosy: + zyasoft
2007-02-24 14:55:12cgrovescreate