Describe the bug
RFC 1035 says that a TXT record has one or more character strings. Dnspython enforces this when working with zonefile format,
but does not check that the list of strings is non-empty when reading wire format or if the TXT constructor is invoked directly.
Describe the bug RFC 1035 says that a TXT record has one or more character strings. Dnspython enforces this when working with zonefile format, but does not check that the list of strings is non-empty when reading wire format or if the TXT constructor is invoked directly.
To Reproduce