[Zope-Checkins] CVS: Zope2 - DateTime.py:1.49.12.3
Brian Lloyd
brian@digicool.com
Thu, 13 Jul 2000 10:06:37 -0400
Update of /cvs-repository/Zope2/lib/python/DateTime
In directory korak.digicool.com:/home/brian/temp/test_22/lib/python/DateTime
Modified Files:
Tag: Zope-2_2-branch
DateTime.py
Log Message:
Fix bug # 1428 / 1429: %W, %U, %j formats for strftime broken. I've
backed off a change made to reduce computation (that had the side
effect of not having day-of-year available). The overhead is really
probably not an issue, since we are letting the time module do the
work anyway.