# HG changeset patch # User hex2a # Date 1462542736 0 # Node ID 124331d7ca1e757bd4e9a6bcafe8580a80f3f755 # Parent 0f12faf57d33237956b3d6279184976507e3e0f3 fix .at phone/fax diff -r 0f12faf57d33 -r 124331d7ca1e whois/parser.py --- a/whois/parser.py Fri May 06 13:49:35 2016 +0000 +++ b/whois/parser.py Fri May 06 13:52:16 2016 +0000 @@ -783,8 +783,8 @@ 'zipcode': 'postal code: *(.+)', 'city': 'city: *(.+)', 'country': 'country: *(.+)', - 'phone': 'Phone: *(.+)', - 'fax': 'Fax: *(.+)', + 'phone': 'phone: *(.+)', + 'fax': 'fax-no: *(.+)', 'changed': 'changed: *(.+)', }