]> granicus.if.org Git - python/commit
#11726: Make linecache docs reflect that all files are treated the same.
authorR David Murray <rdmurray@bitdance.com>
Fri, 20 Mar 2015 15:31:38 +0000 (11:31 -0400)
committerR David Murray <rdmurray@bitdance.com>
Fri, 20 Mar 2015 15:31:38 +0000 (11:31 -0400)
commit63998a3520ac4c2217946baf99574d9e6a6a959d
treea236e61f4a564ad566f9d2315724fdcb1e1d4666
parent74a49ac3f5ac3c7a09c691db4888c981a0cb3232
#11726: Make linecache docs reflect that all files are treated the same.

Being able to read non-python text files is not a purpose of linecache, but it
does work and people use it.  This changeset adjusts the language to make it
clear that Python files are not treated uniquely, but does not go so far as to
say reading non-python files is explicitly supported.
Doc/library/linecache.rst