This file is indexed.

/usr/share/doc/python-gtk2/TODO is in python-gtk2 2.24.0-5.1.

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
12
This list is out of date.  Query bugzilla.gnome.org for an up to date
list.

Things to do for the gtk 2.0 based release

- fix up threading to work with GObject/GSignal/GClosure.  See the
  THREADS file for more info on what is required.

- Implement a new PyGtkTreeModel GObject type that can be the base for
  new tree models defined in Python.  Need to look at how the
  GtkTreeIter->tree_node lifetime is handled, as it doesn't look like
  anything is called to let us know that that data should be unrefed.