295
295
This may harm performance, but improve crash tolerance.
296
296
(Contributed by Serhiy Storchaka in :gh: `66234 `.)
297
297
298
+
298
299
difflib
299
300
-------
300
301
@@ -379,6 +380,7 @@ os.path
379
380
the resulting path can be missing but it will be free of symlinks.
380
381
(Contributed by Petr Viktorin for :cve: `2025-4517 `.)
381
382
383
+
382
384
resource
383
385
--------
384
386
@@ -407,7 +409,7 @@ sqlite3
407
409
* Prompts, error messages, and help text are now colored.
408
410
This is enabled by default, see :ref: `using-on-controlling-color ` for
409
411
details.
410
- (Contributed by Stan Ulbrych and Łukasz Langa in :gh: `133461 `)
412
+ (Contributed by Stan Ulbrych and Łukasz Langa in :gh: `133461 `. )
411
413
412
414
413
415
ssl
433
435
agreement groups compatible with the minimum and maximum TLS versions
434
436
currently set in the context. This call requires OpenSSL 3.5 or later.
435
437
436
- (Contributed by Ron Frederick in :gh: `136306 `)
438
+ (Contributed by Ron Frederick in :gh: `136306 `. )
437
439
438
440
* Added a new method :meth: `ssl.SSLContext.set_ciphersuites ` for setting TLS 1.3
439
441
ciphers. For TLS 1.2 or earlier, :meth: `ssl.SSLContext.set_ciphers ` should
@@ -692,12 +694,12 @@ New features
692
694
693
695
* Add :c:type: `PyUnstable_Unicode_GET_CACHED_HASH ` to get the cached hash of
694
696
a string. See the documentation for caveats.
695
- (Contributed by Petr Viktorin in :gh: `131510 `)
697
+ (Contributed by Petr Viktorin in :gh: `131510 `. )
696
698
697
699
* Add API for checking an extension module's ABI compatibility:
698
700
:c:data: `Py_mod_abi `, :c:func: `PyABIInfo_Check `, :c:macro: `PyABIInfo_VAR `
699
701
and :c:data: `Py_mod_abi `.
700
- (Contributed by Petr Viktorin in :gh: `137210 `)
702
+ (Contributed by Petr Viktorin in :gh: `137210 `. )
701
703
702
704
703
705
Porting to Python 3.15
@@ -750,6 +752,7 @@ Deprecated C APIs
750
752
:c:func: `_Py_c_abs ` are :term: `soft deprecated `.
751
753
(Contributed by Sergey B Kirpichev in :gh: `128813 `.)
752
754
755
+
753
756
.. Add C API deprecations above alphabetically, not here at the end.
754
757
755
758
Removed C APIs
@@ -768,7 +771,7 @@ Removed C APIs
768
771
Use :c:func: `PyCodec_Encode ` instead; Note that some codecs (for example, "base64")
769
772
may return a type other than :class: `bytes `, such as :class: `str `.
770
773
771
- (Contributed by Stan Ulbrych in :gh: `133612 `)
774
+ (Contributed by Stan Ulbrych in :gh: `133612 `. )
772
775
773
776
* :c:func: `!PyImport_ImportModuleNoBlock `: deprecated alias
774
777
of :c:func: `PyImport_ImportModule `.
0 commit comments