Skip to content

Commit 9acb2c3

Browse files
committed
Fix regen and lint issues
1 parent 662d66e commit 9acb2c3

5 files changed

Lines changed: 9 additions & 1 deletion

File tree

Doc/library/ssl.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1644,7 +1644,8 @@ to speed up repeated connections from the same clients.
16441644
.. method:: SSLContext.get_groups()
16451645

16461646
Get a list of groups implemented for key agreement, taking into account
1647-
the SSLContext's current TLS `minimum_version` and `maximum_version` values.
1647+
the SSLContext's current TLS ``minimum_version`` and ``maximum_version``
1648+
values.
16481649

16491650
Example::
16501651

Include/internal/pycore_global_objects_fini_generated.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Include/internal/pycore_global_strings.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,7 @@ struct _Py_global_strings {
498498
STRUCT_FOR_ID(imag)
499499
STRUCT_FOR_ID(importlib)
500500
STRUCT_FOR_ID(in_fd)
501+
STRUCT_FOR_ID(include_aliases)
501502
STRUCT_FOR_ID(incoming)
502503
STRUCT_FOR_ID(index)
503504
STRUCT_FOR_ID(indexgroup)

Include/internal/pycore_runtime_init_generated.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Include/internal/pycore_unicodeobject_generated.h

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)