# HG changeset patch # User Richard Baron Penman # Date 1357618894 -39600 # Node ID c826e868bc63198f5b6764815e5456ac8f31706a # Parent 3b0a9080e61722f193682afa3c1e4def0392cb98 UK name servers patch diff -r 3b0a9080e617 -r c826e868bc63 pywhois/parser.py --- a/pywhois/parser.py Tue Jan 08 15:19:55 2013 +1100 +++ b/pywhois/parser.py Tue Jan 08 15:21:34 2013 +1100 @@ -340,6 +340,7 @@ 'creation_date': 'Registered on:\s*(.+)', 'expiration_date': 'Renewal date:\s*(.+)', 'updated_date': 'Last updated:\s*(.+)', + 'name_servers': 'Name servers:\s*(.+)', } def __init__(self, domain, text): if 'Not found:' in text: