This file is indexed.

/usr/share/doc/python-markdown-doc/docs/release-2.0.1.txt is in python-markdown-doc 2.6.6-1.

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
title:      Release Notes for v2.0.1
prev_title: Release Notes for v2.0.2
prev_url:   release-2.0.2.html
next_title: Release Notes for v2.0
next_url:   release-2.0.html

Python-Markdown 2.0.1 Release Notes
===================================

Python-Markdown 2.0.1 is a bug-fix release. No new features have been added.
Most notably, various issues with the command line script have been fixed.
There have also been a few fixes for minor parsing bugs in some edge cases.
For a full list of changes, see the git log.

Backwards-incompatible Changes
------------------------------

Due to various complications in how Python handles command line scripts in 
difference systems and with different installation tools, we were forced to 
rename the command line script to `markdown` (no `.py`). A matching batch
script will get installed on Windows. Any shell scripts which call 
`markdown.py` will need to be altered to call `markdown` instead.