Kaydet (Commit) c8162900 authored tarafından Sandro Tosi's avatar Sandro Tosi

Issue #14814: use print() function

üst b4386d36
......@@ -288,4 +288,4 @@ you can still do the following::
try:
ipaddress.IPv4Address(address)
except ValueError:
print 'address/netmask is invalid: %s' % address
print('address/netmask is invalid:', address)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment