edsu / pymarc

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

Updated Writer API #82

Closed jimnicholls closed 9 years ago

jimnicholls commented 9 years ago

As last discussed in pull request #81, this replaces use_file_handle on the constructor with also_close_file_handle on the close method.

edsu commented 9 years ago

I took the liberty of updating the paramter to close_fh and also adjusted some of the documentation.

jimnicholls commented 9 years ago

:+1: