edsu / pymarc

process MARC records from Python

Home Page:http://python.org/pypi/pymarc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSON serializer multiple subfields bug

miku opened this issue · comments

The JSON serializer [written by me :|] contains a bug, that will throw away multiple subfields and only keep one.

I'll shortly submit a pull request that fixes this issue.