diff options
Diffstat (limited to 'Misc/NEWS.d/next/Library/2018-02-13-12-25-43.bpo-32820.0stF0u.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-02-13-12-25-43.bpo-32820.0stF0u.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-02-13-12-25-43.bpo-32820.0stF0u.rst b/Misc/NEWS.d/next/Library/2018-02-13-12-25-43.bpo-32820.0stF0u.rst deleted file mode 100644 index dd5bd26..0000000 --- a/Misc/NEWS.d/next/Library/2018-02-13-12-25-43.bpo-32820.0stF0u.rst +++ /dev/null @@ -1,4 +0,0 @@ -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. |