Strange digit appears on list from PyDataSet

Right, basically what’s happening is your relying Python’s str implementation for a list of strings. This changed between Python 2.1 and Python 2.5.

The str (toString() in Java) is not something that should be relied upon in the way you’re using it.