It'd be neat if it could parse: - URLs, producing the same result as urlparse.urlparse() - email addresses, producing a (realname, email address) pair like email.utils.parseaddr() - IPv4 and IPv6 addresses (producing .. what?) ...?