summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2018-02-13-12-25-43.bpo-32820.0stF0u.rst
blob: dd5bd269cbf78ca7ec5c9c8887b71ccbdcbf5028 (plain)
1
2
3
4
Added __format__ to IPv4 and IPv6 classes.  Always outputs a fully zero-
padded string. Supports b/x/n modifiers (bin/hex/native format).  Native
format for IPv4 is bin, native format for IPv6 is hex. Also supports '#' and
'_' modifiers.