This file is indexed.

/usr/share/doc/python-cherrypy/README.txt is in python-cherrypy 2.3.0-3.

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
* To install, just type (python-2.3 or later needed):

    python setup.py install

* To learn how to use it, look at the examples under cherrypy/tutorial/ or go to http://www.cherrypy.org for more info.

* To run the regression tests, just go to the cherrypy/test/ directory and type:

    python test.py