Am Montag, den 27.03.2006, 18:31 +0900 schrieb [EMAIL PROTECTED]: > I'd like to ask one more question. > > Why does SimpleVocabulary.fromValues/fromItems() not set 'title' ? > Is there any good reason? > Current implementation is unconvenient for non-ascii people.
Sure. Maybe a new method is needed which gets tuples of length three which sets value, token and title. Otherwise you can write a subclass of SimpleVocabulary which is more convenient for non-ascii people. (Maybe there is a reason why it is called 'simple' ;-) mac _______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
