Decided that getenum should return the selected item and the available

items.

Argument parsing errors are reported with the methodname (minor 
improvement).

Smallish documentation improvements.


git-svn-id: svn://svn.code.sf.net/p/pyalsaaudio/code/trunk@23 ec2f30ec-7544-0410-870e-f70ca00c83f0
This commit is contained in:
larsimmisch
2008-05-21 14:06:26 +00:00
parent 40c4386803
commit df89c12581
19 changed files with 585 additions and 354 deletions

View File

@@ -18,7 +18,7 @@ if version < '2.2.3':
setup(
name = 'pyalsaaudio',
version = '0.3',
version = '0.4',
description = 'ALSA bindings',
long_description = __doc__,
author = 'Casper Wilstrup',