Changeset 391 for python/trunk/Doc/library/al.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/al.rst
r2 r391 9 9 10 10 .. deprecated:: 2.6 11 The :mod:`al` module has been deprecated for removal in Python 3.0.11 The :mod:`al` module has been removed in Python 3. 12 12 13 13 … … 54 54 55 55 The device argument is an integer. The return value is a list of integers 56 containing the data returned by :c func:`ALqueryparams`.56 containing the data returned by :c:func:`ALqueryparams`. 57 57 58 58 … … 202 202 203 203 .. deprecated:: 2.6 204 The :mod:`AL` module has been deprecated for removal in Python 3.0.204 The :mod:`AL` module has been removed in Python 3. 205 205 206 206
Note:
See TracChangeset
for help on using the changeset viewer.