Re: Zope-2.7 compatibility issue
Martijn Faassen <[email protected]> Mon, 30 Aug 2004 10:45:44 +0200
| Newsgroups | gmane.comp.web.zope.formulator.devel |
|---|---|
| Message-ID | <[email protected]> |
Clemens Robbenhaar wrote: > > Is there some reason why the string module is used instead of the > string object methods? Any other opinions on the subject? Historical reasons; when Formulator was built Python 1.5.2 was the Python I was using. Since we're not supporting ancient Zopes anyway, switching to string methods is fine with me. Regards, Martijn