diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2023-07-21 09:40:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-21 09:40:37 (GMT) |
commit | 4b9948617f91175783609769aa6160e5b49b9ccc (patch) | |
tree | 70ee26c5370423240516d52536ae9c23f64245c5 /Misc/NEWS.d/3.12.0a7.rst | |
parent | d036db728ea3d54509cbad06df74e2d9a31fbec8 (diff) | |
download | cpython-4b9948617f91175783609769aa6160e5b49b9ccc.zip cpython-4b9948617f91175783609769aa6160e5b49b9ccc.tar.gz cpython-4b9948617f91175783609769aa6160e5b49b9ccc.tar.bz2 |
gh-106909: Use role :const: for referencing module constants (GH-106910)
Diffstat (limited to 'Misc/NEWS.d/3.12.0a7.rst')
-rw-r--r-- | Misc/NEWS.d/3.12.0a7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.12.0a7.rst b/Misc/NEWS.d/3.12.0a7.rst index 8f078e5..1ef8174 100644 --- a/Misc/NEWS.d/3.12.0a7.rst +++ b/Misc/NEWS.d/3.12.0a7.rst @@ -605,7 +605,7 @@ reported unauthenticated EOFs (i.e. without close_notify) as a clean TLS-level EOF. It now raises :exc:`~ssl.SSLEOFError`, matching the behavior in previous versions of OpenSSL. The :attr:`~ssl.SSLContext.options` attribute on :class:`~ssl.SSLContext` also no longer includes -:data:`~ssl.OP_IGNORE_UNEXPECTED_EOF` by default. This option may be set to +:const:`~ssl.OP_IGNORE_UNEXPECTED_EOF` by default. This option may be set to specify the previous OpenSSL 3.0 behavior. .. |