Issue I524 [defect,resolved] Python 3.0 (Python 3000) compatibility on examples. The SL Libraries for Python have been successfully tested on Python 3000. A few of the examples (swirl, pa2text, field), however, required a minor change to add parenthesis around the print statement argumements. For example, changing print "done" to print("done"). Question by eloy-20090218. Resolved as of 8.0.5-TEST32.