This file is indexed.

/usr/share/doc/python3-isoweek/CHANGES.txt is in python3-isoweek 1.3.0-2.

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
v1.3.0, 2014-01-28

    Fix: make sure week arithmetics preserve the Week class

    Added week.days() method

    Added week.contains(day) method


v1.2.0, 2011-10-20

    The module now works with Python 3.


v1.1.0, 2011-10-10

    Add min/max/resolution attibutes to Week (like datetime.date has)
    Introduce Week.last_week_of_year() method
    Support arithmethics with timedelta


v1.0.1, 2011-10-07

    Constructor failed for week 53 in years with 53 weeks


v1.0.0, 2011-10-07

    Allow "-" after year in Week.fromstring
    Documentation tweaks


v0.2.0, 2011-09-06

    Allow Unicode strings passed to Week.fromstring()
    Provide isoformat() method
    Provide replace() method
    Arithmetics with longs should work as well
    repr() in the same style as for datetime.date

    Improved documentation


v0.1.0, 2011-09-05

    Initial release.