mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
* toaiff.py: import whatsound instead of sndhdr
* 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()
This commit is contained in:
parent
f3f753132a
commit
17ed1ae163
5 changed files with 551 additions and 6 deletions
|
@ -81,6 +81,7 @@
|
|||
# rewind() -- rewind to the beginning of the audio stream
|
||||
# setpos(pos) -- seek to the specified position
|
||||
# tell() -- return the current position
|
||||
# close() -- close the instance (make it unusable)
|
||||
# The position returned by tell(), the position given to setpos() and
|
||||
# the position of marks are all compatible and have nothing to do with
|
||||
# the actual postion in the file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue