cpython: 4b4044292d09 (original) (raw)
Mercurial > cpython
changeset 77296:4b4044292d09
Issue #14814: use print() function [#14814]
Sandro Tosi sandro.tosi@gmail.com | |
---|---|
date | Sat, 02 Jun 2012 17:16:33 +0200 |
parents | facdca62aa68 |
children | 3bb35ad5d9da |
files | Doc/howto/ipaddress.rst |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Doc/howto/ipaddress.rst 2 |
line wrap: on
line diff
--- a/Doc/howto/ipaddress.rst +++ b/Doc/howto/ipaddress.rst @@ -288,4 +288,4 @@ you can still do the following:: try: ipaddress.IPv4Address(address) except ValueError:
print 'address/netmask is invalid: %s' % address[](#l1.7)
print('address/netmask is invalid:', address)[](#l1.8)