@@ -407,7 +407,7 @@ sqlite3
407407 * Prompts, error messages, and help text are now colored.
408408 This is enabled by default, see :ref: `using-on-controlling-color ` for
409409 details.
410- (Contributed by Stan Ulbrych and Łukasz Langa in :gh: `133461 `)
410+ (Contributed by Stan Ulbrych and Łukasz Langa in :gh: `133461 `. )
411411
412412
413413ssl
433433 agreement groups compatible with the minimum and maximum TLS versions
434434 currently set in the context. This call requires OpenSSL 3.5 or later.
435435
436- (Contributed by Ron Frederick in :gh: `136306 `)
436+ (Contributed by Ron Frederick in :gh: `136306 `. )
437437
438438* Added a new method :meth: `ssl.SSLContext.set_ciphersuites ` for setting TLS 1.3
439439 ciphers. For TLS 1.2 or earlier, :meth: `ssl.SSLContext.set_ciphers ` should
@@ -668,12 +668,12 @@ New features
668668
669669* Add :c:type: `PyUnstable_Unicode_GET_CACHED_HASH ` to get the cached hash of
670670 a string. See the documentation for caveats.
671- (Contributed by Petr Viktorin in :gh: `131510 `)
671+ (Contributed by Petr Viktorin in :gh: `131510 `. )
672672
673673* Add API for checking an extension module's ABI compatibility:
674674 :c:data: `Py_mod_abi `, :c:func: `PyABIInfo_Check `, :c:macro: `PyABIInfo_VAR `
675675 and :c:data: `Py_mod_abi `.
676- (Contributed by Petr Viktorin in :gh: `137210 `)
676+ (Contributed by Petr Viktorin in :gh: `137210 `. )
677677
678678
679679Porting to Python 3.15
@@ -744,7 +744,7 @@ Removed C APIs
744744 Use :c:func: `PyCodec_Encode ` instead; Note that some codecs (for example, "base64")
745745 may return a type other than :class: `bytes `, such as :class: `str `.
746746
747- (Contributed by Stan Ulbrych in :gh: `133612 `)
747+ (Contributed by Stan Ulbrych in :gh: `133612 `. )
748748
749749* :c:func: `!PyImport_ImportModuleNoBlock `: deprecated alias
750750 of :c:func: `PyImport_ImportModule `.
0 commit comments