[issue19623] Support for writing aifc to unseekable file

2013-12-14 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: During applying the patch to 2.7 yet one bug was found in 2.7. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker __

[issue19623] Support for writing aifc to unseekable file

2013-12-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset c10ea224392d by Serhiy Storchaka in branch '2.7': Issue #19623: Fixed writing to unseekable files in the aifc module. http://hg.python.org/cpython/rev/c10ea224392d New changeset 35f6a5937a63 by Serhiy Storchaka in branch '3.3': Issue #19623: Fixed w

[issue19623] Support for writing aifc to unseekable file

2013-12-12 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19623] Support for writing aifc to unseekable file

2013-11-16 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: The aifc module documentation mentions that underlying file can be unseekable if the number of frames are specified. When used for writing, the file object should be seekable, unless you know ahead of time how many samples you are going to write i