Both python2 and Python3 now supported.
This is minimal set of required changes.
Notes:
examples have been run on both version and provides
identical results.
unit test now working on both. It is possible however
that failure is reported, just because of order in tags
(this may depend on lxml version used). Content is same.
Proper way would be to change how the test are asserted,
but the effort is too big for me right now.
tested with older lxml version 3.3.6. Could not test
with older version as I could not install those properly.
Both python2 and Python3 now supported. This is minimal set of required changes. Notes: