summaryrefslogtreecommitdiffstats
path: root/Lib/whatsound.py
Commit message (Collapse)AuthorAgeFilesLines
* Turns out whatsound.py and sndhdr.py were identical modules.Guido van Rossum1997-10-041-270/+1
| | | | | | Since there's also an imghdr.py file, I propose to make sndhdr.py the official one. For compatibility, whatsound.py imports * from sndhdr.py.
* * calendar.py: all libC functionality now moved to built-in time moduleGuido van Rossum1993-06-231-0/+1
| | | | | | | * imghdr.py: added jpeg recognition * torgb.py: added jpeg conversion * tzparse.py: use functions from time instead of calendar * whatsound.py: add /ufs/guido/biin/sgi to $PATH when calling 'whatsound'
* * toaiff.py: import whatsound instead of sndhdrGuido van Rossum1993-06-011-0/+269
* 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()