Commit b3e488b0d90d5b0dbebf02cbd20894367f728d3e

Ron Angeles 2014-09-27T21:56:03

Add methods for python3 iterator xmlCoreDepthFirstItertor and xmlCoreBreadthFirstItertr only implement a python2-compatible iterator interface. The next() method has been changed to __next__(). An alias has been defined to keep python2 compatibility.