This file is indexed.

/usr/share/doc/python-xe/TODO is in python-xe 0.7.4-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
13
14
* I need to add XML namespace support to xe, and make sure the
  .import_xml() method works correctly with namespaces.

* I need to make sure that xe deals correctly with string values that
  might cause broken XML: for example, a string with a single "<" needs
  to be properly escaped.  I also need to make sure that CDATA sections
  are handled sensibly.

* I want to add full ISO 8601 date support, although that is a truly
  frightening prospect.  There is such a staggering range of legal date
  formats in ISO 8601!

* I may change a bunch of the class names in xe to make them more
  consistent with each other and thus easier to learn.