[issue5024] sndhdr.whathdr returns -1 for WAV file frame count

2013-03-18 Thread Ned Jackson Lovely
Ned Jackson Lovely added the comment: Added bytes literal 'b', made it a real patch, changed test to account for WAV files actually returning number of frames from this function. -- keywords: +patch nosy: +n versions: +Python 3.4 -Python 3.2 Added file:

[issue5024] sndhdr.whathdr returns -1 for WAV file frame count

2013-03-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset f972488c6b39 by R David Murray in branch 'default': #5024: whichhdr now returns the frame count for WAV files. http://hg.python.org/cpython/rev/f972488c6b39 -- nosy: +python-dev ___ Python tracker

[issue5024] sndhdr.whathdr returns -1 for WAV file frame count

2013-03-18 Thread R. David Murray
R. David Murray added the comment: Thanks, Ned. -- nosy: +r.david.murray resolution: - fixed stage: needs patch - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5024

[issue5024] sndhdr.whathdr returns -1 for WAV file frame count

2010-07-09 Thread Robert Pyle
Robert Pyle rp...@post.harvard.edu added the comment: On Jul 8, 2010, at 6:52 PM, Mark Lawrence wrote: Mark Lawrence breamore...@yahoo.co.uk added the comment: Robert, could you provide a patch for this? -- nosy: +BreamoreBoy stage: - needs patch versions: +Python 3.2

[issue5024] sndhdr.whathdr returns -1 for WAV file frame count

2010-07-08 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Robert, could you provide a patch for this? -- nosy: +BreamoreBoy stage: - needs patch versions: +Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5024