edsu / pymarc

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

ISSN title and number #145

Closed herrboyer closed 4 years ago

herrboyer commented 4 years ago

Hi,

This PR adds two new methods to pymarc.Record :

Note: I've only added the tests, but not updated the documentation : I just wanted to know your opinion on these before writing it :)

edsu commented 4 years ago

I like it!

herrboyer commented 4 years ago

Great, thanks ! The tests are passing and I've mentioned the ISSN methods in the readme, let me know if I there's anything else I can do.