Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > d5c7d24f8898cdb625504072bb67b4cf > files > 310

python3-dnspython-1.16.0-1.mga7.noarch.rpm

#!/usr/bin/env python

from __future__ import print_function

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