A large collection of fixes from Ken Hughes including:

- corrections to constants
 - parameter type checking
 - correct use of METH_VARARGS vs METH_NOARGS
 - return objects instead of strings in Scene.getChildren() as per doc.
 - correct logical operators

Thanks, Ken!
This commit is contained in:
Stephen Swaney
2005-08-21 15:00:17 +00:00
parent 4065cdb550
commit bb5ae49992
8 changed files with 56 additions and 39 deletions

View File

@@ -62,7 +62,7 @@
#define EXPP_RADIO_elma_MIN 1
#define EXPP_RADIO_elma_MAX 500
#define EXPP_RADIO_elmi_MIN 1
#define EXPP_RADIO_elmi_MAX 500
#define EXPP_RADIO_elmi_MAX 100
/* ints */
#define EXPP_RADIO_maxnode_MIN 1
#define EXPP_RADIO_maxnode_MAX 250000