forked from auracaster/pyalsaaudio
To make this work better, I have removed tp_getattr in favor of tp_getattro and tp_methods. This method has much better support for inline help, but relies on PyObject_GenericGetAttr. From trawling through the python branches, it looks as if PyObject_GenericGetAttr was introduced in Python 2.2. I think it is an acceptable to trade better inline documentation with no support for versions earlier than 2.2. (I *could* do both, but my time is finite). git-svn-id: svn://svn.code.sf.net/p/pyalsaaudio/code/trunk@20 ec2f30ec-7544-0410-870e-f70ca00c83f0
42 KiB
42 KiB