Re: remove python ossaudio module

2014-11-07 Thread Stuart Henderson
On 2014/11/07 12:24, Alexandre Ratchov wrote: > On Thu, Nov 06, 2014 at 07:35:29PM +, Stuart Henderson wrote: > > On 2014-11-06, Alexandre Ratchov wrote: > > > the ossaudiodev python module doesn't seem used/useful. It exposes > > > an os-dependent interface (we're about to drop), which makes

Re: remove python ossaudio module

2014-11-07 Thread Alexandre Ratchov
On Thu, Nov 06, 2014 at 07:35:29PM +, Stuart Henderson wrote: > On 2014-11-06, Alexandre Ratchov wrote: > > the ossaudiodev python module doesn't seem used/useful. It exposes > > an os-dependent interface (we're about to drop), which makes python > > scripts using it as portable as C code usin

Re: remove python ossaudio module

2014-11-06 Thread Stuart Henderson
On 2014-11-06, Alexandre Ratchov wrote: > the ossaudiodev python module doesn't seem used/useful. It exposes > an os-dependent interface (we're about to drop), which makes python > scripts using it as portable as C code using oss ioctl is. > > OK to remove it? it shows in a ports search in a few

Re: remove python ossaudio module

2014-11-06 Thread Alexandre Ratchov
On Thu, Nov 06, 2014 at 07:15:25PM +0100, Alexandre Ratchov wrote: > the ossaudiodev python module doesn't seem used/useful. It exposes > an os-dependent interface (we're about to drop), which makes python > scripts using it as portable as C code using oss ioctl is. > oh, and note that this is ab

remove python ossaudio module

2014-11-06 Thread Alexandre Ratchov
the ossaudiodev python module doesn't seem used/useful. It exposes an os-dependent interface (we're about to drop), which makes python scripts using it as portable as C code using oss ioctl is. OK to remove it? Index: Makefile.inc ==