]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF #818006: add useful read-only attributes to oss_audio_device object:
authorGreg Ward <gward@python.net>
Mon, 7 Mar 2005 01:32:03 +0000 (01:32 +0000)
committerGreg Ward <gward@python.net>
Mon, 7 Mar 2005 01:32:03 +0000 (01:32 +0000)
commitaa3bb89a5035e3915bd7d76e31a09c38d030294b
tree8b983004eabf09eb2f9f461ea7773305509ecebe
parent605db0d8c5e25bbfe205baa3210f0dc73825ffa9
SF #818006: add useful read-only attributes to oss_audio_device object:
'closed', 'name', and 'mode' (as recommended by
http://python.org/doc/current/lib/bltin-file-objects.html).
Doc/lib/libossaudiodev.tex
Lib/test/output/test_ossaudiodev
Lib/test/test_ossaudiodev.py
Modules/ossaudiodev.c