python-gedcom icon indicating copy to clipboard operation
python-gedcom copied to clipboard

No provision for multiple names, dates, etc

Open jepst opened this issue 10 years ago • 0 comments

For individuals that may have multiple tags for alternate names, the name() function returns only the last such encountered tag. To avoid breaking existing code, I'd propose extending this so that multiple such tags can be extracted, either with separate functions (e.g. names(), births()) or an optional flag to the existing functions, that would return all names and birthdays. If there is interest in this, I'd be happy to provide a pull request.

jepst avatar Oct 06 '15 10:10 jepst