Changeset 391 for python/trunk/Doc/library/fm.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/fm.rst
r2 r391 9 9 10 10 .. 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. 12 12 13 13 … … 31 31 .. function:: init() 32 32 33 Initialization function. Calls :c func:`fminit`. It is normally not necessary to33 Initialization function. Calls :c:func:`fminit`. It is normally not necessary to 34 34 call this function, since it is called automatically the first time the 35 35 :mod:`fm` module is imported. … … 44 44 45 45 Returns a list of available font names. This is an interface to 46 :c func:`fmenumerate`.46 :c:func:`fmenumerate`. 47 47 48 48
Note:
See TracChangeset
for help on using the changeset viewer.