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

Extend Gedcom constructor with encoding, errors and opener arguments …

Open rltest opened this issue 8 years ago • 0 comments

…for better text encoding management Add arguments encoding (default None), errors (default None) and opener (default None) to init and __parse methods, with same semantics than for open file function. Default values make these function backward compatible.

rltest avatar Oct 28 '17 17:10 rltest