[Zope-dev] strange priv leak
Dieter Maurer
dieter@handshake.de
Tue, 20 May 2003 19:46:41 +0200
Shane Hathaway wrote at 2003-5-19 12:34 -0400:
> The same thing changed for integers and strings (and probably all other
> built-in types). The __doc__ check has always been hackish anyway. Ideas?
In the long term, we probably want an explicit declaration allowing ZPublisher
publication. Probably, togother with a script that can parse
Python module files and add the declaration for methods with a doc string.
In the short term, ZPublisher could check for elementary data types
and refuse to publish them.
Dieter