diff options
-rw-r--r-- | pym/portage/dbapi/vartree.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py index 2f88cd1aa..b184630ac 100644 --- a/pym/portage/dbapi/vartree.py +++ b/pym/portage/dbapi/vartree.py @@ -531,7 +531,7 @@ class vardbapi(dbapi): self._clear_cache(pkg_dblink) def _clear_cache(self, pkg_dblink): - # Due to 1 second mtime granularity in < python-1.5, mtime checks + # Due to 1 second mtime granularity in <python-2.5, mtime checks # are not always sufficient to invalidate vardbapi caches. Therefore, # the caches need to be actively invalidated here. self.mtdircache.pop(pkg_dblink.cat, None) |