edsu / pymarc

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

helper methods for new 3XX RDA fields? #67

Open wearp opened 9 years ago

wearp commented 9 years ago

RDA has brought with it three new fields which are mandatory according to the standard. They are

336 - Content Type 337 - Media Type 338 - Carrier Type

As they will (or should) appear in every RDA record, would helper methods for record.py for these be of interest to pymarc? Something along the lines of content_type(self), etc.

Let me know and I'd be happy to submit a pull.

edsu commented 9 years ago

I guess that would be fine. I've been kind of -0 on those helper methods being in there, but I guess they aren't hurting anyone.