Issue #14814: use print() function

This commit is contained in:
Sandro Tosi 2012-06-02 17:16:33 +02:00
parent b4386d36f1
commit c816290059
1 changed files with 1 additions and 1 deletions

View File

@ -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)