edsu / pymarc

process MARC records from Python
http://python.org/pypi/pymarc
Other
253 stars 98 forks source link

Fix json #64

Closed Wooble closed 10 years ago

Wooble commented 10 years ago

Error in Karol's merge request was that JSON and MARC need different handling of bytes; this uses BytesIO for MARC and StringIO for JSON; should pass tests on both Python 2 and 3.