@@ -367,7 +367,7 @@ ctypes
367367
368368* The layout of :ref: `bit fields <ctypes-bit-fields-in-structures-unions >`
369369 in :class: `~ctypes.Structure ` and :class: `~ctypes.Union `
370- now matches platform defaults (GCC/Clang or MVSC ) more closely.
370+ now matches platform defaults (GCC/Clang or MSVC ) more closely.
371371 In particular, fields no longer overlap.
372372 (Contributed by Matthias Görgens in :gh: `97702 `.)
373373
@@ -411,6 +411,13 @@ decimal
411411 :meth: `Decimal.from_number() <decimal.Decimal.from_number> `.
412412 (Contributed by Serhiy Storchaka in :gh: `121798 `.)
413413
414+ difflib
415+ -------
416+
417+ * Comparison pages with highlighted changes generated by the
418+ :class: `difflib.HtmlDiff ` class now support dark mode.
419+ (Contributed by Jiahao Li in :gh: `129939 `.)
420+
414421dis
415422---
416423
@@ -481,6 +488,14 @@ http
481488 (Contributed by Yorik Hansen in :gh: `123430 `.)
482489
483490
491+ imaplib
492+ -------
493+
494+ * Add :meth: `IMAP4.idle() <imaplib.IMAP4.idle> `, implementing the IMAP4
495+ ``IDLE `` command as defined in :rfc: `2177 `.
496+ (Contributed by Forest in :gh: `55454 `.)
497+
498+
484499inspect
485500-------
486501
@@ -496,13 +511,6 @@ inspect
496511 :term: `package ` or not.
497512 (Contributed by Zhikang Yan in :gh: `125634 `.)
498513
499- imaplib
500- -------
501-
502- * Add :meth: `IMAP4.idle() <imaplib.IMAP4.idle> `, implementing the IMAP4
503- ``IDLE `` command as defined in :rfc: `2177 `.
504- (Contributed by Forest in :gh: `55454 `.)
505-
506514
507515io
508516--
@@ -631,7 +639,6 @@ pathlib
631639 :func: `~os.stat ` results. Path objects generated by
632640 :meth: `~pathlib.Path.iterdir ` are initialized with file type information
633641 gleaned from scanning the parent directory.
634-
635642 (Contributed by Barney Gale in :gh: `125413 `.)
636643
637644
@@ -670,7 +677,6 @@ platform
670677--------
671678
672679* Add :func: `platform.invalidate_caches ` to invalidate the cached results.
673-
674680 (Contributed by Bénédikt Tran in :gh: `122549 `.)
675681
676682
@@ -809,13 +815,11 @@ zipinfo
809815* Added :func: `ZipInfo._for_archive <zipfile.ZipInfo._for_archive> `
810816 to resolve suitable defaults for a :class: `~zipfile.ZipInfo ` object
811817 as used by :func: `ZipFile.writestr <zipfile.ZipFile.writestr> `.
812-
813818 (Contributed by Bénédikt Tran in :gh: `123424 `.)
814819
815820* :meth: `zipfile.ZipFile.writestr ` now respect ``SOURCE_DATE_EPOCH `` that
816821 distributions can set centrally and have build tools consume this in order
817822 to produce reproducible output.
818-
819823 (Contributed by Jiahao Li in :gh: `91279 `.)
820824
821825.. Add improved modules above alphabetically, not here at the end.
@@ -1004,7 +1008,6 @@ ast
10041008 * :attr: `!ast.Constant.s `
10051009
10061010 Use :attr: `!ast.Constant.value ` instead.
1007-
10081011 (Contributed by Alex Waygood in :gh: `119562 `.)
10091012
10101013asyncio
@@ -1213,7 +1216,6 @@ urllib
12131216 :func: `~urllib.request.urlretrieve `. Customizations to the opener
12141217 classes can be replaced by passing customized handlers to
12151218 :func: `~urllib.request.build_opener `.
1216-
12171219 (Contributed by Barney Gale in :gh: `84850 `.)
12181220
12191221Others
@@ -1466,6 +1468,8 @@ Porting to Python 3.14
14661468.. _pythoncapi-compat project : https://github.com/python/pythoncapi-compat/
14671469
14681470
1471+ .. _whatsnew314-c-api-deprecated :
1472+
14691473Deprecated
14701474----------
14711475
@@ -1505,17 +1509,17 @@ Deprecated
15051509
15061510 The `pythoncapi-compat project `_ can be used to get these new public
15071511 functions on Python 3.13 and older.
1508-
15091512 (Contributed by Victor Stinner in :gh: `128863 `.)
15101513
1511-
15121514.. include :: ../deprecations/c-api-pending-removal-in-3.15.rst
15131515
15141516.. include :: ../deprecations/c-api-pending-removal-in-3.18.rst
15151517
15161518.. include :: ../deprecations/c-api-pending-removal-in-future.rst
15171519
15181520
1521+ .. _whatsnew314-c-api-removed :
1522+
15191523Removed
15201524-------
15211525
0 commit comments