[Zope3-dev] METAL 1.1 implemented, specification updated

2005-08-22 Thread Fred Drake
The METAL 1.1 specification has been updated (though it's still marked as a draft, pending review), and the implementation has been completed on the Zope 3 trunk and backported to the Zope 3.1 branch. This would be a good time to review the specification and ask any questions that come up. I

Re: [Zope3-dev] Re: [Zope3-checkins] SVN: Zope3/branches/tlotze/src/zope/interface/interface.py Simplifying some idioms, coding style.

2005-08-22 Thread Jim Fulton
Benji York wrote: Thomas Lotze wrote: Log message for revision 37985: Simplifying some idioms, coding style. Changed: U Zope3/branches/tlotze/src/zope/interface/interface.py -=- Modified: Zope3/branches/tlotze/src/zope/interface/interface.py

[Zope3-dev] typos, English and German

2005-08-22 Thread Adam Groszer
Here are some typos I found during translating to Hungarian. There are some typos and also some logical errors: - zope.schema.Int field with default = *u'default'*. that should be I think zope.schema.Int field with default = *10*. - No interpreter named \${*lang_name*}\ was found. Ein

Re: [Zope3-dev] [i18n] help for 2 translations

2005-08-22 Thread Gary Poster
On Aug 20, 2005, at 7:26 PM, Sebastien Douche wrote: Hi again, I will appreciate any help for these 2 msgids. Can somebody explain me ? - Food For Thought Another way of writing this idiom might be 'Things We Ought to Think About' or 'Questions for Later'. - Zope Stub Server

[Zope3-dev] Iterating over InternalPrincipal results in an infinite loop.

2005-08-22 Thread Alec Munro
Perhaps this is intended behaviour, but if you create an instance of InternalPrincipal, and then attempt to iterate over it, it will infinitely return None. The following code does the trick: from zope.app.authentication.principalfolder import InternalPrincipal joe = InternalPrincipal(joe, 123,

Re: [Zope3-dev] XML Schema support on Zope3

2005-08-22 Thread Jim Fulton
Julien Anguenot wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I started to add an XML Schema suppport on Zope3. It's within the z3ecm repository there : http://svn.nuxeo.org/trac/pub/browser/z3lab/zope/xmlschema/trunk/ You may check my related blog entry there :