Skip to content
This repository was archived by the owner on Feb 3, 2024. It is now read-only.

Commit 7703e5a

Browse files
committed
fix with upstream
2 parents c6def54 + e62cd3e commit 7703e5a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

whois/tldDb/tld_regexpr.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,6 @@ def xStr(what: str, times: int = 1, firstMandatory: bool = True) -> str:
735735
"registrar": R(r"\nREGISTRAR:\s*(.+)\n"),
736736
"creation_date": R(r"\ncreated:\s*(.+)\n"),
737737
"updated_date": R(r"\nlast modified:\s*(.+)\n"),
738-
# "expiration_date": R(r"\noption expiration date:\s*(.+)\n"),
739738
# If no "option expiration date:" is present, use "renewal date:", but only
740739
# if it's not not followed by "option expiration date:". google.pl is the test case here
741740
"expiration_date": R(r"(?:\noption expiration date:|renewal date:(?!(?:.|\n)*\noption expiration date:))\s*(.+)\n"),

0 commit comments

Comments
 (0)