History log of /external/python/cpython2/Lib/sunaudio.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1e8fba729e218bc4b2e1ed3104f8cdbd88fdb21a 18-Jul-2008 Brett Cannon <bcannon@gmail.com> Deprecate the sunaudio module for removal in Python 3.0. The sunau module can provide similar functionality.
/external/python/cpython2/Lib/sunaudio.py
70a6b49821a3226f55e9716f32d802d06640cb89 12-Feb-2004 Walter Dörwald <walter@livinglogic.de> Replace backticks with repr() or "%r"

From SF patch #852334.
/external/python/cpython2/Lib/sunaudio.py
495ad3c8ccb9ed3554177a3e8687676c78e667de 15-Jan-2001 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Lib/sunaudio.py
8152d32375c40bba9ccbe43b780ebe96d9617781 13-Dec-2000 Fred Drake <fdrake@acm.org> Update the code to better reflect recommended style:

Use != instead of <> since <> is documented as "obsolescent".
Use "is" and "is not" when comparing with None or type objects.
/external/python/cpython2/Lib/sunaudio.py
9b8d801c37fa29420848ebc1b50c601893b36287 17-Aug-2000 Fred Drake <fdrake@acm.org> Convert some old-style string exceptions to class exceptions.
/external/python/cpython2/Lib/sunaudio.py
e7b146fb3bdca62a0d5ecc06dbf3348e5a4fe757 04-Feb-2000 Guido van Rossum <guido@python.org> The third and final doc-string sweep by Ka-Ping Yee.

The attached patches update the standard library so that all modules
have docstrings beginning with one-line summaries.

A new docstring was added to formatter. The docstring for os.py
was updated to mention nt, os2, ce in addition to posix, dos, mac.
/external/python/cpython2/Lib/sunaudio.py
d482e8ad4a11c7cbe9374f449da036ad21a5ee55 03-Jun-1992 Guido van Rossum <guido@python.org> Remove reference to obsolete module 'audio'
/external/python/cpython2/Lib/sunaudio.py
bdfcfccbe591e15221f35add01132174c9b4e669 01-Jan-1992 Guido van Rossum <guido@python.org> New == syntax
/external/python/cpython2/Lib/sunaudio.py
217a5fa3c33ae58c1fe420f94eeb7e806961c3c1 26-Dec-1990 Guido van Rossum <guido@python.org> Initial revision
/external/python/cpython2/Lib/sunaudio.py