This file is indexed.

/usr/share/pyshared/zope.error-3.7.2.egg-info/PKG-INFO is in python-zope.error 3.7.2-0ubuntu4.

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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Metadata-Version: 1.1
Name: zope.error
Version: 3.7.2
Summary: An error reporting utility for Zope3
Home-page: http://pypi.python.org/pypi/zope.error
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: This package provides an error reporting utility which is able to store errors.
        
        
        =======
        CHANGES
        =======
        
        3.7.2 (2010-10-30)
        ------------------
        
        - Set ``copy_to_zlog`` by default to 1/True.
          Having it turned off is a small problem, because fatal (startup) errors
          will not get logged anywhere.
        
        
        3.7.1 (2010-09-25)
        ------------------
        
        - Added test extra to declare test dependency on ``zope.testing``.
        
        
        3.7.0 (2009-09-29)
        ------------------
        
        - Cleaned up dependencies. Droped all testing dependencies as we only need
          zope.testing now.
        
        - Fixed ImportError when zope.testing is not available for some reason.
        
        - Removed zcml slug and old zpkg-related files.
        
        - Removed word "version" from changelog entries.
        
        - Changed package's mailing list address to zope-dev at zope.org as
          zope3-dev at zope.org is now retired. Also changed `cheeseshop` to
          `pypi` in the package's homepage url.
        
        - Added dependency on ZODB3 as we use Persistent.
        
        - Used a mock request for testing. Dropped the dependency on zope.publisher
          which was really only a testing dependency.
        
        - Reduced the dependency on zope.container to one on zope.location by no
          longer using the Contained mix-in class.
        
        3.6.0 (2009-01-31)
        ------------------
        
        - Use zope.container instead of zope.app.container
        
        - Move error log bootstrapping logic (which was untested) to
          ``zope.app.appsetup``, to which we added a test.
        
        3.5.1 (2007-09-27)
        ------------------
        
        - rebumped to replace faulty egg
        
        3.5.0
        -----
        
        - Initial documented release
        
        - Moved core components from ``zope.app.error`` to this package.
        
Keywords: zope3 error
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