Changeset 391 for python/trunk/Doc/library/linecache.rst
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/library/linecache.rst
r2 r391 7 7 .. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il> 8 8 9 **Source code:** :source:`Lib/linecache.py` 10 11 -------------- 9 12 10 13 The :mod:`linecache` module allows one to get any line from any file, while … … 18 21 .. function:: getline(filename, lineno[, module_globals]) 19 22 20 Get line *lineno* from file named *filename*. This function will never throwan23 Get line *lineno* from file named *filename*. This function will never raise an 21 24 exception --- it will return ``''`` on errors (the terminating newline character 22 25 will be included for lines that are found).
Note:
See TracChangeset
for help on using the changeset viewer.