This file is indexed.

/usr/share/doc/python-gtk2/README.Debian is in python-gtk2 2.24.0-4.

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
10
11
pygtk for Debian
----------------

To use the new gtk, you'll need to use the following code:

import pygtk
pygtk.require('2.0')
import gtk


 -- Gustavo Noronha Silva <kov@debian.org>, Wed Sep 21 10:59:53 2005