[Zope-dev] Documentation Documentation on dev.zope.org

2000-10-26 Thread Amos Latteier
in and add your 2 cents. -Amos -- Amos Latteier mailto:[EMAIL PROTECTED] Digital Creations http://www.digicool.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding

[Zope-dev] Last Call: Comments on Official Docs Process

2000-11-21 Thread Amos Latteier
the documentation processes into the fishbowl process. Thanks for your input! -Amos -- Amos Latteier mailto:[EMAIL PROTECTED] Digital Creations http://www.digicool.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo

[Zope-dev] Zope Directions Roadmap Posted

2001-02-19 Thread Amos Latteier
be doing instead to help developers? Let us know. And when we begin new fishbowl projects (look for a component architecture project soon) jump in and help define Zope's future! -Amos -- Amos Latteier mailto:[EMAIL PROTECTED] Digital Creations http://www.digicool.com

[Zope-dev] [ANNOUNCE] Zope Developer's Guide Preview

2001-04-10 Thread Amos Latteier
://sourceforge.net/tracker/?group_id=22339atid=375126 Enjoy! -Amos -- Amos Latteier mailto:[EMAIL PROTECTED] Digital Creations http://www.digicool.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev

[Zope-dev] [ANN] Zope Developer's Guide Rough Draft

2001-04-26 Thread Amos Latteier
and debugging. Enjoy! -Amos P.S. If you'd like to get involved see the project page http://www.zope.org/DocProject/Dev/Guide You can also file a bug report, question or comment at Source Forge http://sourceforge.net/tracker/?group_id=22339atid=375126 -- Amos Latteier mailto:[EMAIL

Re: [Zope-dev] [ANN] Zope Developer's Guide Rough Draft

2001-04-26 Thread Amos Latteier
Amos Latteier wrote: P.S. If you'd like to get involved see the project page http://www.zope.org/DocProject/Dev/Guide Whoops. That URL should be http://www.zope.org/DocProjects/DevGuide -Amos -- Amos Latteier mailto:[EMAIL PROTECTED] Digital Creations http

Re: [Zope-dev] Publishable Objects...

2001-04-26 Thread Amos Latteier
, or __bobo_traverse__ to traverse over it. When you call an object you are publishing it, not traversing over it. In short, you can't traverse over the results of an External Method. -Amos -- Amos Latteier mailto:[EMAIL PROTECTED] Digital Creations http://www.digicool.com

[Zope-dev] [Announce] Zope Developer's Guide (Zope 2.4 edition) Released

2001-07-05 Thread Amos Latteier
HTML for off-line reading. If you have questions, comments, or bug reports, please file a SourceForge bug report. http://sourceforge.net/tracker/?group_id=22339atid=375126 Enjoy, and thanks to everyone how has helped us along the way! -Amos -- Amos Latteier mailto:[EMAIL PROTECTED

[Zope-dev] Changing DateTime to use pytz

2007-10-03 Thread Amos Latteier
Hello, I'm working on changing DateTime to use pytz for timezone information. The motivation is that DateTime doesn't have up to date daylight savings time information. Rather than maintaining this stuff in DateTime it seems easier to delegate this work to a package that does this jobs better

Re: [Zope-dev] Changing DateTime to use pytz

2007-10-04 Thread Amos Latteier
Andreas Jung wrote: I would not care much about dropping the support for weird timezone names without further notice as long as their is an easy way for people migrating their code e.g. by specifying a proper tz name. I should clarify that they are mostly abbreviations. I also agree with

Re: [Zope-dev] Changing DateTime to use pytz

2007-10-04 Thread Amos Latteier
Hi, I wanted to let folks know that I've created the amos-datetime-pytz branch with my changes. Please let me know when/if you'd like me to merge this to the trunk. Of course I'm also happy to receive any criticism or comments on the changes. Thanks! -Amos

Re: [Zope-dev] Re: Changing DateTime to use pytz

2007-10-05 Thread Amos Latteier
On 10/5/07, Laurence Rowe [EMAIL PROTECTED] wrote: It seems though that the new timezones are not used much... doing a DateTime() gives me DateTime('2007/10/05 14:20:27.204176 GMT+1') (with my pathc applied too). Looking up tz = d._tzinfo[d.timezone()] gives me an old style timezone, as _tz is

Re: [Zope-dev] Re: Schedule for Zope 2.11

2007-10-17 Thread Amos Latteier
On 10/17/07, Laurence Rowe [EMAIL PROTECTED] wrote: Are you planning to merge your pytz work to trunk? Thanks for giving me a push. I was waiting until I heard whether people wanted it merged. So now that Andreas says he's OK with it, I'll do it. -Amos

Re: [Zope-dev] Re: Schedule for Zope 2.11

2007-10-17 Thread Amos Latteier
On 10/17/07, Laurence Rowe [EMAIL PROTECTED] 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!

Re: [Zope-dev] Re: Schedule for Zope 2.11

2007-10-18 Thread Amos Latteier
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

Re: [Zope-dev] Re: Schedule for Zope 2.11

2007-10-18 Thread Amos Latteier
On 10/18/07, Andreas Jung [EMAIL PROTECTED] wrote: Please clean up the code on the trunk. Since pytz is always available we don't need the try..except magic. Done. -Amos ___ Zope-Dev maillist - Zope-Dev@zope.org