mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
gh-106909: Use role :const: for referencing module constants (GH-106910)
This commit is contained in:
parent
d036db728e
commit
4b9948617f
64 changed files with 238 additions and 238 deletions
|
|
@ -83,7 +83,7 @@ The module provides the following classes:
|
|||
|
||||
.. versionchanged:: 3.2
|
||||
This class now supports HTTPS virtual hosts if possible (that is,
|
||||
if :data:`ssl.HAS_SNI` is true).
|
||||
if :const:`ssl.HAS_SNI` is true).
|
||||
|
||||
.. versionchanged:: 3.4
|
||||
The *strict* parameter was removed. HTTP 0.9-style "Simple Responses" are
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue