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/fm.rst

    r2 r391  
    99
    1010.. deprecated:: 2.6
    11    The :mod:`fm` module has been deprecated for removal in Python 3.0.
     11   The :mod:`fm` module has been removed in Python 3.
    1212
    1313
     
    3131.. function:: init()
    3232
    33    Initialization function. Calls :cfunc:`fminit`. It is normally not necessary to
     33   Initialization function. Calls :c:func:`fminit`. It is normally not necessary to
    3434   call this function, since it is called automatically the first time the
    3535   :mod:`fm` module is imported.
     
    4444
    4545   Returns a list of available font names. This is an interface to
    46    :cfunc:`fmenumerate`.
     46   :c:func:`fmenumerate`.
    4747
    4848
Note: See TracChangeset for help on using the changeset viewer.