<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/sunau.py, branch dependabot/github_actions/actions/upload-artifact-v2.2.1</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/'/>
<entry>
<title>bpo-37320: Remove openfp() of aifc, sunau and wave (GH-14169)</title>
<updated>2019-06-17T22:00:24+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@redhat.com</email>
</author>
<published>2019-06-17T22:00:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ac7b1a3f32cc81520e8962352294006d65744028'/>
<id>ac7b1a3f32cc81520e8962352294006d65744028</id>
<content type='text'>
aifc.openfp() alias to aifc.open(), sunau.openfp() alias to
sunau.open(), and wave.openfp() alias to wave.open() have been
removed. They were deprecated since Python 3.7.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
aifc.openfp() alias to aifc.open(), sunau.openfp() alias to
sunau.open(), and wave.openfp() alias to wave.open() have been
removed. They were deprecated since Python 3.7.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-32056: Improve exceptions in aifc, wave and sunau. (GH-5951)</title>
<updated>2018-03-18T07:55:53+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2018-03-18T07:55:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=134cb01cda50f02725575808130b05d2d776693f'/>
<id>134cb01cda50f02725575808130b05d2d776693f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-31985: Deprecate openfp in aifc, sunau, and wave (#4344)</title>
<updated>2017-11-10T16:38:25+00:00</updated>
<author>
<name>Brian Curtin</name>
<email>brian@python.org</email>
</author>
<published>2017-11-10T16:38:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9f914a01affc55abe799afc521ce71612bb495a5'/>
<id>9f914a01affc55abe799afc521ce71612bb495a5</id>
<content type='text'>
The openfp functions of aifp, sunau, and wave had pointed to the open
function of each module since 1993 as a matter of backwards
compatibility. In the case of aifc.openfp, it was both undocumented
and untested. This change begins the formal deprecation of those
openfp functions, with their removal coming in 3.9.

This additionally adds a TODO in test_pyclbr around using aifc.openfp,
though it shouldn't be changed until removal in 3.9.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The openfp functions of aifp, sunau, and wave had pointed to the open
function of each module since 1993 as a matter of backwards
compatibility. In the case of aifc.openfp, it was both undocumented
and untested. This change begins the formal deprecation of those
openfp functions, with their removal coming in 3.9.

This additionally adds a TODO in test_pyclbr around using aifc.openfp,
though it shouldn't be changed until removal in 3.9.</pre>
</div>
</content>
</entry>
<entry>
<title>Corrected docstrings of audio modules.  writeframes() accepts bytes, not str.</title>
<updated>2015-07-10T19:13:40+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-07-10T19:13:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e0fd7ef6bb0ddfc36337f434ae6bbfc5c0b60afa'/>
<id>e0fd7ef6bb0ddfc36337f434ae6bbfc5c0b60afa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #23865: close() methods in multiple modules now are idempotent and more</title>
<updated>2015-04-10T10:24:41+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-04-10T10:24:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7e7a3dba5fd4262269f713dfe21ba7e4746fc2dd'/>
<id>7e7a3dba5fd4262269f713dfe21ba7e4746fc2dd</id>
<content type='text'>
robust at shutdown. If needs to release multiple resources, they are released
even if errors are occured.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
robust at shutdown. If needs to release multiple resources, they are released
even if errors are occured.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #23681: Fixed Python 2 to 3 poring bugs.</title>
<updated>2015-03-20T14:46:19+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-03-20T14:46:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=74a49ac3f5ac3c7a09c691db4888c981a0cb3232'/>
<id>74a49ac3f5ac3c7a09c691db4888c981a0cb3232</id>
<content type='text'>
Indexing bytes retiurns an integer, not bytes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Indexing bytes retiurns an integer, not bytes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #16685: Added support for writing any bytes-like objects in the aifc,</title>
<updated>2013-11-16T12:01:31+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2013-11-16T12:01:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=452bab4acf57c8dd156b794fe0d1672e1ab29b43'/>
<id>452bab4acf57c8dd156b794fe0d1672e1ab29b43</id>
<content type='text'>
sunau, and wave modules.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sunau, and wave modules.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #19261: Added support for writing 24-bit samples in the sunau module.</title>
<updated>2013-11-10T19:02:53+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2013-11-10T19:02:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=81895f8ee327474b5a07a12e957b786510227b29'/>
<id>81895f8ee327474b5a07a12e957b786510227b29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #18950: Fix miscellaneous bugs in the sunau module.</title>
<updated>2013-09-28T18:24:43+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2013-09-28T18:24:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f7622bfcfbef21833556fe79752b8fd1d3eeecde'/>
<id>f7622bfcfbef21833556fe79752b8fd1d3eeecde</id>
<content type='text'>
Au_read.readframes() now updates current file position and reads correct
number of frames from multichannel stream.  Au_write.writeframesraw() now
correctly updates current file position.  Au_read.getnframes() now returns an
integer (as in Python 2).  Au_read and Au_write now correctly works with file
object if start file position is not a zero.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Au_read.readframes() now updates current file position and reads correct
number of frames from multichannel stream.  Au_write.writeframesraw() now
correctly updates current file position.  Au_read.getnframes() now returns an
integer (as in Python 2).  Au_read and Au_write now correctly works with file
object if start file position is not a zero.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #18950: Fix miscellaneous bugs in the sunau module.</title>
<updated>2013-09-28T18:21:39+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2013-09-28T18:21:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0300a8db4955408059496d394cf53d212a2766a2'/>
<id>0300a8db4955408059496d394cf53d212a2766a2</id>
<content type='text'>
Au_read.readframes() now updates current file position and reads correct
number of frames from multichannel stream.  Au_write.writeframesraw() now
correctly updates current file position.  Au_read.getnframes() now returns an
integer (as in Python 2).  Au_read and Au_write now correctly works with file
object if start file position is not a zero.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Au_read.readframes() now updates current file position and reads correct
number of frames from multichannel stream.  Au_write.writeframesraw() now
correctly updates current file position.  Au_read.getnframes() now returns an
integer (as in Python 2).  Au_read and Au_write now correctly works with file
object if start file position is not a zero.
</pre>
</div>
</content>
</entry>
</feed>
