@@ -407,7 +407,7 @@ sqlite3
407
407
* Prompts, error messages, and help text are now colored.
408
408
This is enabled by default, see :ref: `using-on-controlling-color ` for
409
409
details.
410
- (Contributed by Stan Ulbrych and Łukasz Langa in :gh: `133461 `)
410
+ (Contributed by Stan Ulbrych and Łukasz Langa in :gh: `133461 `. )
411
411
412
412
413
413
ssl
433
433
agreement groups compatible with the minimum and maximum TLS versions
434
434
currently set in the context. This call requires OpenSSL 3.5 or later.
435
435
436
- (Contributed by Ron Frederick in :gh: `136306 `)
436
+ (Contributed by Ron Frederick in :gh: `136306 `. )
437
437
438
438
* Added a new method :meth: `ssl.SSLContext.set_ciphersuites ` for setting TLS 1.3
439
439
ciphers. For TLS 1.2 or earlier, :meth: `ssl.SSLContext.set_ciphers ` should
@@ -668,12 +668,12 @@ New features
668
668
669
669
* Add :c:type: `PyUnstable_Unicode_GET_CACHED_HASH ` to get the cached hash of
670
670
a string. See the documentation for caveats.
671
- (Contributed by Petr Viktorin in :gh: `131510 `)
671
+ (Contributed by Petr Viktorin in :gh: `131510 `. )
672
672
673
673
* Add API for checking an extension module's ABI compatibility:
674
674
:c:data: `Py_mod_abi `, :c:func: `PyABIInfo_Check `, :c:macro: `PyABIInfo_VAR `
675
675
and :c:data: `Py_mod_abi `.
676
- (Contributed by Petr Viktorin in :gh: `137210 `)
676
+ (Contributed by Petr Viktorin in :gh: `137210 `. )
677
677
678
678
679
679
Porting to Python 3.15
@@ -744,7 +744,7 @@ Removed C APIs
744
744
Use :c:func: `PyCodec_Encode ` instead; Note that some codecs (for example, "base64")
745
745
may return a type other than :class: `bytes `, such as :class: `str `.
746
746
747
- (Contributed by Stan Ulbrych in :gh: `133612 `)
747
+ (Contributed by Stan Ulbrych in :gh: `133612 `. )
748
748
749
749
* :c:func: `!PyImport_ImportModuleNoBlock `: deprecated alias
750
750
of :c:func: `PyImport_ImportModule `.
0 commit comments