Home
last modified time | relevance | path

Searched refs:openfp (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Lib/
Dsndhdr.py70 a = aifc.openfp(f, 'r')
Dsunau.py493 openfp = open variable
Dwave.py517 openfp = open # B/W compatibility variable
Daifc.py969 openfp = open # B/W compatibility variable
/external/python/cpython2/Doc/library/
Dwave.rst43 .. function:: openfp(file, mode)
Dsunau.rst61 .. function:: openfp(file, mode)
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a3.rst633 Formally deprecated aifc.openfp, sunau.openfp, and wave.openfp. Since change
634 7bc817d5ba917528e8bd07ec461c635291e7b06a in 1993, openfp in each of the
D3.9.0a1.rst2933 ``aifc.openfp()`` alias to ``aifc.open()``, ``sunau.openfp()`` alias to
2934 ``sunau.open()``, and ``wave.openfp()`` alias to ``wave.open()`` have been
/external/python/cpython3/Doc/whatsnew/
D3.9.rst966 * ``aifc.openfp()`` alias to ``aifc.open()``, ``sunau.openfp()`` alias to
967 ``sunau.open()``, and ``wave.openfp()`` alias to :func:`wave.open()` have been
D3.7.rst1942 :func:`aifc.openfp` has been deprecated and will be removed in Python 3.9.
2063 :func:`sunau.openfp` has been deprecated and will be removed in Python 3.9.
2082 :func:`wave.openfp` has been deprecated and will be removed in Python 3.9.