Jim Fulton wrote:
> -=-
> Modified: Zope3/branches/3.3/doc/CHANGES.txt
> ===================================================================
> --- Zope3/branches/3.3/doc/CHANGES.txt        2006-07-17 19:24:19 UTC (rev 
> 69162)
> +++ Zope3/branches/3.3/doc/CHANGES.txt        2006-07-17 19:26:12 UTC (rev 
> 69163)
> @@ -10,6 +10,10 @@
>  
>      Bugfixes
>  
> +      - Fixed issue 604, Mutable schemas were accidentally included in
> +        the 3.2 release even though they weren't ready and didn't
> +        work. They are not included in the 3.3 release.
> +

I see you've removed the zope.app.schema package from the release. I
don't think we can do that. The vocabulary registry that looks up
vocabularies as utilities is located in there
(zope.app.schema.vocabulary). It's a vital part for Zope 3. The (now
deprecated) 'vocabulary' ZCML directive is also defined there, we need
it for BBB.

I suggest we remove everything that has to do with mutable schemas
somewhere else (zope.mutableschema?) and leave zope.app.schema in the
release. Alternatively, we can move the two items I mentioned above to
zope.schema and indeed get rid of zope.app.schema in the release.

Philipp


P.S.: Btw, there's lots of junk lurking in zope.app that we aren't
shipping and I don't see anyone stepping up to fix some of this
bitrotten code (it's been there since the pre-X3.0 days). Perhaps it's
time to move all of this out of zope.app, or even the Zope 3 tree
altogether?
_______________________________________________
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

Reply via email to