edsu / pymarc

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

Issue107 #131

Closed Wooble closed 5 years ago

Wooble commented 5 years ago

Changes Field.indicator1 and Field.indicator2 to properties that use the underlying Field.indicators list. (see issue #107; the previous behavior is that setting the values in the list would result in the str() of a Field showing the new indicator, while only setting the individual attributes would actually affect the MARC output.)