in Python version be careful of len() vs bool()
- don't rely on bool(other) testing that other is an empty sequence, or else operations like segmentlist() - None appear to work. The C version already does this correctly.
Showing
Please register or sign in to comment