mirror of https://github.com/python/cpython
Issue #14814: use print() function
This commit is contained in:
parent
b4386d36f1
commit
c816290059
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue