diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-08-19 09:20:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-19 09:20:47 (GMT) |
commit | 98820250a3c9c131d3c2d57c4fc5260aebd8aa1d (patch) | |
tree | 77574b85c3477e457c8f18412a7293013aa6e51b /Doc/library | |
parent | fb6074f5d71a6f9802bad97a129378c9556ed8d3 (diff) | |
download | cpython-98820250a3c9c131d3c2d57c4fc5260aebd8aa1d.zip cpython-98820250a3c9c131d3c2d57c4fc5260aebd8aa1d.tar.gz cpython-98820250a3c9c131d3c2d57c4fc5260aebd8aa1d.tar.bz2 |
bpo-36384: [doc] Mention CVE-2021-29921 fix in 3.8.12 (GH-27824) (GH-27827)
(cherry picked from commit 0fd66e46b2f472d0d206a185dc8892f4f0347cb6)
Co-authored-by: Ćukasz Langa <lukasz@langa.pl>
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/ipaddress.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/ipaddress.rst b/Doc/library/ipaddress.rst index 1c2263b..2ab4dd8 100644 --- a/Doc/library/ipaddress.rst +++ b/Doc/library/ipaddress.rst @@ -132,6 +132,11 @@ write code that handles both IP versions correctly. Address objects are The above change was also included in Python 3.9 starting with version 3.9.5. + .. versionchanged:: 3.8.12 + + The above change was also included in Python 3.8 starting with + version 3.8.12. + .. attribute:: version The appropriate version number: ``4`` for IPv4, ``6`` for IPv6. |