295295 This may harm performance, but improve crash tolerance.
296296 (Contributed by Serhiy Storchaka in :gh: `66234 `.)
297297
298+
298299difflib
299300-------
300301
@@ -379,6 +380,7 @@ os.path
379380 the resulting path can be missing but it will be free of symlinks.
380381 (Contributed by Petr Viktorin for :cve: `2025-4517 `.)
381382
383+
382384resource
383385--------
384386
@@ -407,7 +409,7 @@ sqlite3
407409 * Prompts, error messages, and help text are now colored.
408410 This is enabled by default, see :ref: `using-on-controlling-color ` for
409411 details.
410- (Contributed by Stan Ulbrych and Łukasz Langa in :gh: `133461 `)
412+ (Contributed by Stan Ulbrych and Łukasz Langa in :gh: `133461 `. )
411413
412414
413415ssl
433435 agreement groups compatible with the minimum and maximum TLS versions
434436 currently set in the context. This call requires OpenSSL 3.5 or later.
435437
436- (Contributed by Ron Frederick in :gh: `136306 `)
438+ (Contributed by Ron Frederick in :gh: `136306 `. )
437439
438440* Added a new method :meth: `ssl.SSLContext.set_ciphersuites ` for setting TLS 1.3
439441 ciphers. For TLS 1.2 or earlier, :meth: `ssl.SSLContext.set_ciphers ` should
@@ -692,12 +694,12 @@ New features
692694
693695* Add :c:type: `PyUnstable_Unicode_GET_CACHED_HASH ` to get the cached hash of
694696 a string. See the documentation for caveats.
695- (Contributed by Petr Viktorin in :gh: `131510 `)
697+ (Contributed by Petr Viktorin in :gh: `131510 `. )
696698
697699* Add API for checking an extension module's ABI compatibility:
698700 :c:data: `Py_mod_abi `, :c:func: `PyABIInfo_Check `, :c:macro: `PyABIInfo_VAR `
699701 and :c:data: `Py_mod_abi `.
700- (Contributed by Petr Viktorin in :gh: `137210 `)
702+ (Contributed by Petr Viktorin in :gh: `137210 `. )
701703
702704
703705Porting to Python 3.15
@@ -750,6 +752,7 @@ Deprecated C APIs
750752 :c:func: `_Py_c_abs ` are :term: `soft deprecated `.
751753 (Contributed by Sergey B Kirpichev in :gh: `128813 `.)
752754
755+
753756.. Add C API deprecations above alphabetically, not here at the end.
754757
755758 Removed C APIs
@@ -768,7 +771,7 @@ Removed C APIs
768771 Use :c:func: `PyCodec_Encode ` instead; Note that some codecs (for example, "base64")
769772 may return a type other than :class: `bytes `, such as :class: `str `.
770773
771- (Contributed by Stan Ulbrych in :gh: `133612 `)
774+ (Contributed by Stan Ulbrych in :gh: `133612 `. )
772775
773776* :c:func: `!PyImport_ImportModuleNoBlock `: deprecated alias
774777 of :c:func: `PyImport_ImportModule `.
0 commit comments