summaryrefslogtreecommitdiffstats
path: root/Lib/toaiff.py
Commit message (Collapse)AuthorAgeFilesLines
* * Mass change: get rid of all init() methods, in favor of __init__()Guido van Rossum1993-12-171-8/+8
| | | | | | | constructors. There is no backward compatibility. Not everything has been tested. * aiff.{py,doc}: deleted in favor of aifc.py (which contains its docs as comments)
* * toaiff.py: import whatsound instead of sndhdrGuido van Rossum1993-06-011-2/+2
| | | | | | * sndhdr.py: renamed to whatsound.py; use new aifc module for AIFF/AIFC * ftplib.py: added close() (closes without sending QUIT command) * aifc.py: documented close()
* Misc changes and new modules. whrandom is "objectified". SOCKET.pyGuido van Rossum1992-10-181-0/+101
is moved to the sgi subdirectory.