mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
Issue #14814: use print() function
This commit is contained in:
parent
b4386d36f1
commit
c816290059
1 changed files with 1 additions and 1 deletions
|
|
@ -288,4 +288,4 @@ you can still do the following::
|
||||||
try:
|
try:
|
||||||
ipaddress.IPv4Address(address)
|
ipaddress.IPv4Address(address)
|
||||||
except ValueError:
|
except ValueError:
|
||||||
print 'address/netmask is invalid: %s' % address
|
print('address/netmask is invalid:', address)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue