Bugs with get_name and get_marriages
I've created a PR (#8) that addresses the following bugs:
-
get_marriages. This method returns a Tuple that has the date and location. It was being assembled incorrectly. If there was a single marriage on Oct 5, 2000 in location Canada, then it was returning two marriages one withdate="Oct 5, 2000", location=""and a second marriage withdate="", location="Canada". -
get_namewas iterating through all the NAME records and returning the last one found. Typically the first NAME record is the "preferred" record, and it should be what is returned with get_name