This file is indexed.

/usr/share/pyshared/zc.table-0.9.0.egg-info/PKG-INFO is in python-zc.table 0.9.0-0ubuntu1.

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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Metadata-Version: 1.1
Name: zc.table
Version: 0.9.0
Summary: Zope table
Home-page: http://pypi.python.org/pypi/zc.table/
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: This is a Zope 3 extension that helps with the construction of (HTML) tables.
        Features include dynamic HTML table generation, batching and sorting.
        
        
        CHANGES
        =======
        
        0.9.0 (2012-11-21)
        ------------------
        
        - Using Python's ``doctest`` module instead of deprecated
          ``zope.testing.doctest``.
        
        - Removed dependency on ``zope.app.testing`` and ``zope.app.form``.
        
        - Add test extra, move ``zope.testing`` to it.
        
        
        0.8.1 (2010-05-25)
        ------------------
        
        - Replaced html entities with unicode entities since they are xthml valid.
        
        
        0.8.0 (2009-07-23)
        ------------------
        
        - Updated tests to latest packages.
        
        
        0.7.0 (2008-05-20)
        ------------------
        
        - Fixed HTML-encoding of cell contents for ``GetterColumn``.
        
        - Add ``href`` attributes (for MSIE) and fix up JavaScript on Next/Prev links
          for batching.
        
        - Update packaging.
        
        0.6 (2006-09-22)
        ----------------
        
        Initial release on Cheeseshop.
        
Keywords: zope zope3
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3