joeyaurel / python-gedcom

Python module for parsing, analyzing, and manipulating GEDCOM files
https://gedcom.joeyaurel.dev
GNU General Public License v2.0
154 stars 39 forks source link

get_birth_data and get_death_data improvement [issue 21] #54

Open IvicaPizent opened 4 years ago

IvicaPizent commented 4 years ago

get_birth_data and get_death_data now return a list of birth and death dates.get_birth_year and get_death_year now return first element of get_birth_data or get_death_data.