@@ -748,16 +748,16 @@ sqlite3
748748
749749* The :ref: `command-line interface <sqlite3-cli >` has several new features:
750750
751- * SQL keyword completion on <tab>.
752- (Contributed by Long Tan in :gh: `133393 `.)
751+ * SQL keyword completion on <tab>.
752+ (Contributed by Long Tan in :gh: `133393 `.)
753753
754- * Prompts, error messages, and help text are now colored.
755- This is enabled by default, see :ref: `using-on-controlling-color ` for
756- details.
757- (Contributed by Stan Ulbrych and Łukasz Langa in :gh: `133461 `.)
754+ * Prompts, error messages, and help text are now colored.
755+ This is enabled by default, see :ref: `using-on-controlling-color ` for
756+ details.
757+ (Contributed by Stan Ulbrych and Łukasz Langa in :gh: `133461 `.)
758758
759- * Table, index, trigger, view, column, function, and schema completion on <tab>.
760- (Contributed by Long Tan in :gh: `136101 `.)
759+ * Table, index, trigger, view, column, function, and schema completion on <tab>.
760+ (Contributed by Long Tan in :gh: `136101 `.)
761761
762762
763763ssl
@@ -769,21 +769,21 @@ ssl
769769
770770* Added new methods for managing groups used for SSL key agreement
771771
772- * :meth: `ssl.SSLContext.set_groups ` sets the groups allowed for doing
773- key agreement, extending the previous
774- :meth: `ssl.SSLContext.set_ecdh_curve ` method.
775- This new API provides the ability to list multiple groups and
776- supports fixed-field and post-quantum groups in addition to ECDH
777- curves. This method can also be used to control what key shares
778- are sent in the TLS handshake.
779- * :meth: `ssl.SSLSocket.group ` returns the group selected for doing key
780- agreement on the current connection after the TLS handshake completes.
781- This call requires OpenSSL 3.2 or later.
782- * :meth: `ssl.SSLContext.get_groups ` returns a list of all available key
783- agreement groups compatible with the minimum and maximum TLS versions
784- currently set in the context. This call requires OpenSSL 3.5 or later.
785-
786- (Contributed by Ron Frederick in :gh: `136306 `.)
772+ * :meth: `ssl.SSLContext.set_groups ` sets the groups allowed for doing
773+ key agreement, extending the previous
774+ :meth: `ssl.SSLContext.set_ecdh_curve ` method.
775+ This new API provides the ability to list multiple groups and
776+ supports fixed-field and post-quantum groups in addition to ECDH
777+ curves. This method can also be used to control what key shares
778+ are sent in the TLS handshake.
779+ * :meth: `ssl.SSLSocket.group ` returns the group selected for doing key
780+ agreement on the current connection after the TLS handshake completes.
781+ This call requires OpenSSL 3.2 or later.
782+ * :meth: `ssl.SSLContext.get_groups ` returns a list of all available key
783+ agreement groups compatible with the minimum and maximum TLS versions
784+ currently set in the context. This call requires OpenSSL 3.5 or later.
785+
786+ (Contributed by Ron Frederick in :gh: `136306 `.)
787787
788788* Added a new method :meth: `ssl.SSLContext.set_ciphersuites ` for setting TLS 1.3
789789 ciphers. For TLS 1.2 or earlier, :meth: `ssl.SSLContext.set_ciphers ` should
807807 selected for the server to complete the TLS handshake on the current
808808 connection. This call requires OpenSSL 3.5 or later.
809809
810- (Contributed by Ron Frederick in :gh: `138252 `.)
810+ (Contributed by Ron Frederick in :gh: `138252 `.)
811811
812812subprocess
813813----------
0 commit comments