bloomonkey / oai-harvest

Python package for harvesting records from OAI-PMH provider(s).
Other
62 stars 41 forks source link

https://github.com/bloomonkey/oai-harvest/issues/33 #34

Closed sdm7g closed 4 years ago

sdm7g commented 4 years ago

May also be issue #32 Save metadata as unicode. Use encoding="unicode" , not encoding="utf-8" as the former works both in python 2.x and 3.x See: https://lxml.de/api/lxml.etree-module.html#tostring

bloomonkey commented 4 years ago

Python 2.x was end-of-life as of 2020-01-01.

oaiharvest will only support Python 3 going forward.