Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > ad2ae93eadf8db603dc9965398d7b239 > files > 258

python-dnspython-1.11.1-3.mga4.noarch.rpm

#!/usr/bin/env python

import dns.e164
n = dns.e164.from_e164("+1 555 1212")
print n
print dns.e164.to_e164(n)