summaryrefslogtreecommitdiffstats
path: root/Lib/sunaudio.py
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate the sunaudio module for removal in Python 3.0. The sunau module ↵Brett Cannon2008-07-181-0/+5
| | | | can provide similar functionality.
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
| | | | From SF patch #852334.
* Whitespace normalization.Tim Peters2001-01-151-30/+30
|
* Update the code to better reflect recommended style:Fred Drake2000-12-121-1/+1
| | | | | Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects.
* Convert some old-style string exceptions to class exceptions.Fred Drake2000-08-171-1/+2
|
* The third and final doc-string sweep by Ka-Ping Yee.Guido van Rossum2000-02-041-7/+4
| | | | | | | | 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.
* Remove reference to obsolete module 'audio'Guido van Rossum1992-06-031-15/+7
|
* New == syntaxGuido van Rossum1992-01-011-1/+1
|
* Initial revisionGuido van Rossum1990-12-261-0/+54