Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Doc/library/linecache.rst

    r2 r391  
    77.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
    88
     9**Source code:** :source:`Lib/linecache.py`
     10
     11--------------
    912
    1013The :mod:`linecache` module allows one to get any line from any file, while
     
    1821.. function:: getline(filename, lineno[, module_globals])
    1922
    20    Get line *lineno* from file named *filename*. This function will never throw an
     23   Get line *lineno* from file named *filename*. This function will never raise an
    2124   exception --- it will return ``''`` on errors (the terminating newline character
    2225   will be included for lines that are found).
Note: See TracChangeset for help on using the changeset viewer.