Results 2 issues of Marcin Ulikowski

``` >>> tld.__version__ '0.12.3' >>> parse_tld('co.uk', fix_protocol=True) ('co.uk', 'co.uk', '') # desired: ('uk', 'co', '') >>> parse_tld('gov.pl', fix_protocol=True) ('gov.pl', 'gov.pl', '') # desired: ('pl', 'gov', '') ```

bug
enhancement
question
investigate
help appreciated

Describe the bug ---------------- Logical signatures that have conditions on a `Container` type or `Intermediates` types may not match if the target file is processed (normalized, extracted additional data) and...