[Zope-dev] Possible 2.8b2 bug part 3:

Lennart Regebro regebro at gmail.com
Mon May 23 13:22:39 EDT 2005


DateTime.DateTime.strftime(fmt) used to use strftime, which accepts a
unicode string as fmt. In 2.8 it uses datetime.datetime.strftime which
does not accept unicode.

This both breaks backwards compatibility, and  prevents you from using
non-ascii characters in the format string.

Thoughts, opinions?
-- 
Lennart Regebro, Nuxeo     http://www.nuxeo.com/
CPS Content Management     http://www.cps-project.org/


More information about the Zope-Dev mailing list