@@ -189,6 +189,7 @@ available output formats, profiling modes, and configuration options.
189189
190190(Contributed by Pablo Galindo and László Kiss Kollár in :gh: `135953 ` and :gh: `138122 `.)
191191
192+
192193.. _whatsnew315-unpacking-in-comprehensions :
193194
194195:pep: `798 `: Unpacking in Comprehensions
@@ -229,6 +230,7 @@ agen() for x in a)``.
229230
230231(Contributed by Adam Hartz in :gh: `143055 `.)
231232
233+
232234.. _whatsnew315-improved-error-messages :
233235
234236Improved error messages
@@ -447,6 +449,7 @@ Other language changes
447449 making it a :term: `generic type `.
448450 (Contributed by James Hilton-Balfe in :gh: `128335 `.)
449451
452+
450453New modules
451454===========
452455
@@ -476,6 +479,7 @@ argparse
476479 inline code when color output is enabled.
477480 (Contributed by Savannah Ostrowski in :gh: `142390 `.)
478481
482+
479483base64
480484------
481485
@@ -488,6 +492,7 @@ base64
488492* Added the *ignorechars * parameter in :func: `~base64.b64decode `.
489493 (Contributed by Serhiy Storchaka in :gh: `144001 `.)
490494
495+
491496binascii
492497--------
493498
@@ -526,6 +531,7 @@ collections
526531 between :class: `~collections.Counter ` objects.
527532 (Contributed by Raymond Hettinger in :gh: `138682 `.)
528533
534+
529535collections.abc
530536---------------
531537
581587 (Contributed by Andrea Oliveri in :gh: `134004 `.)
582588
583589
584-
585590difflib
586591-------
587592
@@ -667,8 +672,10 @@ math
667672mimetypes
668673---------
669674
670- * Add ``application/dicom `` MIME type for ``.dcm `` extension. (Contributed by Benedikt Johannes in :gh: `144217 `.)
671- * Add ``application/node `` MIME type for ``.cjs `` extension. (Contributed by John Franey in :gh: `140937 `.)
675+ * Add ``application/dicom `` MIME type for ``.dcm `` extension.
676+ (Contributed by Benedikt Johannes in :gh: `144217 `.)
677+ * Add ``application/node `` MIME type for ``.cjs `` extension.
678+ (Contributed by John Franey in :gh: `140937 `.)
672679* Add ``application/toml ``. (Contributed by Gil Forcada in :gh: `139959 `.)
673680* Add ``image/jxl ``. (Contributed by Foolbar in :gh: `144213 `.)
674681* Rename ``application/x-texinfo `` to ``application/texinfo ``.
809816
810817 (Contributed by Ron Frederick in :gh: `138252 `.)
811818
819+
812820subprocess
813821----------
814822
@@ -824,6 +832,7 @@ subprocess
824832 traditional busy loop (non-blocking call and short sleeps).
825833 (Contributed by Giampaolo Rodola in :gh: `83069 `).
826834
835+
827836symtable
828837--------
829838
@@ -1060,6 +1069,7 @@ Optimizations
10601069 (Contributed by Chris Eibl, Ken Jin, and Brandt Bucher in :gh: `143068 `.
10611070 Special thanks to the MSVC team including Hulon Jenkins.)
10621071
1072+
10631073base64 & binascii
10641074-----------------
10651075
@@ -1072,6 +1082,7 @@ base64 & binascii
10721082 two orders of magnitude less memory.
10731083 (Contributed by James Seo and Serhiy Storchaka in :gh: `101178 `.)
10741084
1085+
10751086csv
10761087---
10771088
0 commit comments