fqdn
fqdn copied to clipboard
Accept empty string on construction
The empty string is already treated as invalid by the supplied validators. It was incorrect to raise ValueError on construction since this requires users to pre-validate strings before passing to a validation library.
Fixes #45