11 Jan
2010
11 Jan
'10
3:52 p.m.
On Mon, Jan 11, 2010 at 4:31 PM, Roger <dev@projekt01.ch> wrote:
The zope.componentvocabulary package defines some basic vocabulary (factory) classes. Probably we should move the zope/app/schema/vocabulary.py to this package as registry.py.
If it doesn't introduce new dependencies, that sounds good.
The question is, does someone like to use a non component based vocabulary registry? Was that the reason that the vocabulary registry was not moved from zope.app.schema? I guess not, right?
I guess the reason was that Zope2 has made a copy of it to Products.Five.schema and the Toolkit in general didn't get to this part of refactoring yet. Hanno