Re: [Zope-dev] Re: Schedule for Zope 2.11
On 10/17/07, Laurence Rowe <l@lrowe.co.uk> wrote:
Amos,
Are you planning to merge your pytz work to trunk?
Done. -Amos
I've checked in my datetime.datetime conversions patch Is there any reason that the pytz import is not required? I would like to add support for conversion to timezone aware datetimes, and would like to rely on pytz being available. Laurence Amos Latteier wrote:
On 10/17/07, Laurence Rowe <l@lrowe.co.uk> wrote:
Amos,
Are you planning to merge your pytz work to trunk?
Done.
-Amos _______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
Is there any reason that the pytz import is not required? I would like to add support for conversion to timezone aware datetimes, and would like to rely on pytz being available.
I believe that pytz ships with Zope 2.11. When I wrote my patch, it was designed to work with older versions of Zope that don't ship with pytz. That's why I didn't assume that pytz was available. -Amos
--On 18. Oktober 2007 09:52:25 -0400 Amos Latteier <amos@latteier.com> wrote:
Is there any reason that the pytz import is not required? I would like to add support for conversion to timezone aware datetimes, and would like to rely on pytz being available.
I believe that pytz ships with Zope 2.11.
When I wrote my patch, it was designed to work with older versions of Zope that don't ship with pytz. That's why I didn't assume that pytz was available.
Please clean up the code on the trunk. Since pytz is always available we don't need the try..except magic. Andreas
participants (3)
-
Amos Latteier -
Andreas Jung -
Laurence Rowe