This file is indexed.

/usr/share/pyshared/lazr/enum/NEWS.txt is in python-lazr.enum 1.1.4-0ubuntu2.

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
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
==================
NEWS for lazr.enum
==================

1.1.4 (2012-04-18)
==================

- Support for serialising enums to/from json (lp:984549)
- Items which are not in an enumerator always compare as False (lp:524259)
- Fix the licence statement in _enum.py to be LGPLv3 not LGPLv3+ (lp:526484)

1.1.3 (2011-04-20)
==================

- added case insensitivity to getting the term by the token value (lp:154556)

1.1.2 (2009-08-31)
==================

- removed unnecessary build dependencies

1.1.1 (2009-08-06)
==================

- Removed sys.path hack from setup.py.

1.1 (2009-06-08)
================

- Added `url` argument to the BaseItem and DBItem constructors.


1.0 (2009-03-24)
================

- Initial release on PyPI