Re: Using alternatives to Zope's DateTime module in PageTemplates
"Dieter Maurer" <[email protected]> Tue, 24 Oct 2006 22:26:30 +0200
| Newsgroups | gmane.comp.web.zope.page-templates |
|---|---|
| Message-ID | <[email protected]> |
Charlie Clark wrote at 2006-10-23 16:03 +0200: > ... >ah, the problem seems that Python datetime returns extension types and not >classes and Zope's security does not work with extension types! It does, but you need to use "allowType"... -- Dieter