This file is indexed.

/usr/share/doc/python-sklearn/README-py3k.rst is in python-sklearn 0.11.0-2+deb7u1.

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
Support for Python 3
====================

There is experimental support for python3 in some modules, the status
of these is:

   svm : OK
   linear_models : ?
   cluster : ?
   covariance : ?
   grid_search : ?
   mixture : ?
   externals.joblib : ?
   utils.sparsetools : FAILS to compile

To generate python3 compatible sources for selected modules, run the
2to3 tool on the module::

    2to3 -wn --no-diffs scikits/learn/$module

If you would like to help with porting to python3, please propose
yourself in the scikit-learn mailing list:

    https://lists.sourceforge.net/lists/listinfo/scikit-learn-general