-
Notifications
You must be signed in to change notification settings - Fork 174
Why msn.comm validates? #67
Copy link
Copy link
Closed
Labels
enhancementIssue/PR: A new featureIssue/PR: A new featureoutdatedIssue/PR: Open for more than 3 monthsIssue/PR: Open for more than 3 monthsquestionIssue: A questionIssue: A question
Description
I have the following code:
import validators
url = 'msn.comm'
if (validators.domain(url)) or (validators.url(url)):
print("VALIDATION PASSED")
else:
print("Please insert a domain name in this format: example.com")
And the msn.comm validates. Why is that?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementIssue/PR: A new featureIssue/PR: A new featureoutdatedIssue/PR: Open for more than 3 monthsIssue/PR: Open for more than 3 monthsquestionIssue: A questionIssue: A question