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

    r2 r391  
    1010
    1111.. deprecated:: 2.6
    12     The :mod:`fl` module has been deprecated for removal in Python 3.0.
     12    The :mod:`fl` module has been removed in Python 3.
    1313
    1414
     
    3030added, all functions that add a FORMS object to a form are methods of the Python
    3131object representing the form. Consequently, there are no Python equivalents for
    32 the C functions :cfunc:`fl_addto_form` and :cfunc:`fl_end_form`, and the
    33 equivalent of :cfunc:`fl_bgn_form` is called :func:`fl.make_form`.
     32the C functions :c:func:`fl_addto_form` and :c:func:`fl_end_form`, and the
     33equivalent of :c:func:`fl_bgn_form` is called :func:`fl.make_form`.
    3434
    3535Watch out for the somewhat confusing terminology: FORMS uses the word
     
    4545
    4646**Please note:** importing :mod:`fl` implies a call to the GL function
    47 :cfunc:`foreground` and to the FORMS routine :cfunc:`fl_init`.
     47:c:func:`foreground` and to the FORMS routine :c:func:`fl_init`.
    4848
    4949
     
    8989
    9090   Return the current rgb mode.  This is the value of the C global variable
    91    :cdata:`fl_rgbmode`.
     91   :c:data:`fl_rgbmode`.
    9292
    9393
     
    154154              getmcolor()
    155155
    156    See the description in the FORMS documentation of :cfunc:`fl_color`,
    157    :cfunc:`fl_mapcolor` and :cfunc:`fl_getmcolor`.
     156   See the description in the FORMS documentation of :c:func:`fl_color`,
     157   :c:func:`fl_mapcolor` and :c:func:`fl_getmcolor`.
    158158
    159159
     
    488488
    489489.. deprecated:: 2.6
    490     The :mod:`FL` module has been deprecated for removal in Python 3.0.
     490    The :mod:`FL` module has been removed in Python 3.
    491491
    492492
     
    510510
    511511.. deprecated:: 2.6
    512     The :mod:`flp` module has been deprecated for removal in Python 3.0.
     512    The :mod:`flp` module has been removed in Python 3.
    513513
    514514
Note: See TracChangeset for help on using the changeset viewer.