This file is indexed.

/usr/share/doc/python-imaging/html/imagefileio.htm is in python-imaging-doc-html 1.1.2-1.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
<html><head><title>The ImageFileIO Module</title><link rel="stylesheet" type="text/css" href="effbot.css" /></head><body><div id="IMAGEFILEIO-MODULE" class="chapter"><h1 style="chapter">The ImageFileIO Module</h1><p>The ImageFileIO module can be used to read an image from a socket, or
any other stream device.</p><p /><p>This module is deprecated.  New code should use the
<tt>Parser</tt> class in the <a href="imagefile.htm#imagefile-module">ImageFile</a> module instead.</p><div class="sect1"><h2 style="sect1">Functions</h2><div class="sect2"><h3 style="sect2">ImageFileIO (factory)</h3><p><tt>ImageFileIO(stream)</tt> adds buffering to a
stream file object, in order to provide <tt>seek</tt> and
<tt>tell</tt> methods required by the
<tt>Image.open</tt> method.  The stream object must
implement <tt>read</tt> and <tt>close</tt>
methods.</p></div></div></div></body></html>