Ticket #5678 defect new
Opened 12 months ago
Zero value for the cacheTime parameter accepted by CacheResolver.cacheResult mishandled
| Reported by: | exarkun | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | names | Keywords: | |
| Cc: | Branch: | ||
| Author: | Launchpad Bug: |
Description
The documentation for the cacheTime parameter says:
@param cacheTime: The time (seconds since epoch) at which the entry is
considered to have been added to the cache. If C{None} is given, the current time is used.
However, if cacheTime is 0, the current time is also used.
Introduced by #5638, which added the cacheTime parameter to this API.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

