This file is indexed.

/usr/lib/python2.7/dist-packages/urwid/version.py is in python-urwid 1.1.1-1build2.

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

The actual contents of the file can be viewed below.

1
2
VERSION = (1, 1, 1)
__version__ = ''.join(['-.'[type(x) == int]+str(x) for x in VERSION])[1:]