Changes between Initial Version and Version 1 of Ticket #7343


Ignore:
Timestamp:
Jun 16, 2008, 10:50:00 AM (16 years ago)
Author:
Ramiro Morales
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7343 – Description

    initial v1  
    1 When attempting to create a lazily evaluated version of datetime.date.today--lazy(datetime.date.today, datetime.date)--the lazy function returns an error because datetime.date.today does not have a __dict__ attribute. This used to work with the old version of lazy (my old version was from r4944).
     1When attempting to create a lazily evaluated version of {{{datetime.date.today}}} -- {{{lazy(datetime.date.today, datetime.date)}}} -- the lazy function returns an error because {{{datetime.date.today}}} does not have a {{{__dict__}}} attribute. This used to work with the old version of lazy (my old version was from r4944).
Back to Top