K 10
svn:author
V 6
iulius
K 8
svn:date
V 27
2015-06-14T15:31:12.590249Z
K 7
svn:log
V 397
Fix the build for Python < 2.5.0

Fix (old) commit [9297] where Py_ssize_t was set to ssize_t for Python
versions anterior to 2.5.0 whereas it was an int.  We therefore had an
incompatible pointer type when calling PyDict_Next().

As INN is supposed to work on 2.2.0, this bug is now fixed.

Also use "0" and "1" instead of "False" and "True" that did not exist
in 2.2.0 for the distutils module.

END
