diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-03-23 00:25:54 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-03-23 00:25:54 (GMT) |
commit | 39b3543174b53f907e629df830b192aa77455740 (patch) | |
tree | e849f18fa012b19f70d1e458fecfb427a2d1d163 /Misc | |
parent | 4c5475d1967abc63e9f611fbc26e82a2b8e2b9e6 (diff) | |
download | cpython-39b3543174b53f907e629df830b192aa77455740.zip cpython-39b3543174b53f907e629df830b192aa77455740.tar.gz cpython-39b3543174b53f907e629df830b192aa77455740.tar.bz2 |
Issue #8139: ossaudiodev didn't initialize its types properly, therefore
some methods (such as oss_mixer_device.fileno()) were not available.
Initial patch by Bertrand Janin.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -372,6 +372,7 @@ Ben Jackson David Jacobs Kevin Jacobs Kjetil Jacobsen +Bertrand Janin Geert Jansen Jack Jansen Bill Janssen @@ -287,6 +287,10 @@ C-API Library ------- +- Issue #8139: ossaudiodev didn't initialize its types properly, therefore + some methods (such as oss_mixer_device.fileno()) were not available. + Initial patch by Bertrand Janin. + - Issue #7512: shutil.copystat() could raise an OSError when the filesystem didn't support chflags() (for example ZFS under FreeBSD). The error is now silenced. |