This file is indexed.

/usr/share/doc/python-repoze.lru/README.txt is in python-repoze.lru 0.6-6.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
9
repoze.lru
==========

``repoze.lru`` is a LRU (least recently used) cache implementation.  Keys and
values that are not used frequently will be evicted from the cache faster
than keys and values that are used frequently.  It works under Python 2.5,
Python 2.6, Python 2.7, and Python 3.2.

Please see ``docs/index.rst`` for detailed documentation.