| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -63,7 +63,7 @@ See :ref:`stable` for a discussion of API and ABI stability across versions. | |||
| 63 | 63 | .. c:var:: const unsigned long Py_Version | |
| 64 | 64 | ||
| 65 | 65 | The Python runtime version number encoded in a single constant integer, with | |
| 66 | - the same format as the c:macro:`PY_VERSION_HEX` macro. | ||
| 66 | + the same format as the :c:macro:`PY_VERSION_HEX` macro. | ||
| 67 | 67 | This contains the Python version used at run time. | |
| 68 | 68 | ||
| 69 | 69 | .. versionadded:: 3.11 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -239,7 +239,7 @@ Standard names are defined for the following types: | |||
| 239 | 239 | The :term:`loader` which loaded the module. Defaults to ``None``. | |
| 240 | 240 | ||
| 241 | 241 | This attribute is to match :attr:`importlib.machinery.ModuleSpec.loader` | |
| 242 | - as stored in the attr:`__spec__` object. | ||
| 242 | + as stored in the :attr:`__spec__` object. | ||
| 243 | 243 | ||
| 244 | 244 | .. note:: | |
| 245 | 245 | A future version of Python may stop setting this attribute by default. | |
@@ -264,7 +264,7 @@ Standard names are defined for the following types: | |||
| 264 | 264 | :attr:`__name__` if the module is a package itself). Defaults to ``None``. | |
| 265 | 265 | ||
| 266 | 266 | This attribute is to match :attr:`importlib.machinery.ModuleSpec.parent` | |
| 267 | - as stored in the attr:`__spec__` object. | ||
| 267 | + as stored in the :attr:`__spec__` object. | ||
| 268 | 268 | ||
| 269 | 269 | .. note:: | |
| 270 | 270 | A future version of Python may stop setting this attribute by default. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1422,7 +1422,7 @@ The socket module now supports the address family | |||
| 1422 | 1422 | Victor Stinner.) | |
| 1423 | 1423 | ||
| 1424 | 1424 | New Linux constants ``TCP_USER_TIMEOUT`` and ``TCP_CONGESTION`` were added. | |
| 1425 | - (Contributed by Omar Sandoval, issue:`26273`). | ||
| 1425 | + (Contributed by Omar Sandoval, :issue:`26273`). | ||
| 1426 | 1426 | ||
| 1427 | 1427 | ||
| 1428 | 1428 | socketserver | |
| Back | FazBrowse Home | New Git URL |
0 commit comments