From: Terry Jan Reedy Date: Sun, 13 Feb 2022 02:11:19 +0000 (-0500) Subject: bpo-45447: Add entry to What's new 3.9 (GH-31305) X-Git-Tag: v3.11.0a6~223 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cef91ca80c41749824eca1d4b2c99731e3d5f64c;p=thirdparty%2FPython%2Fcpython.git bpo-45447: Add entry to What's new 3.9 (GH-31305) --- diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst index 4fa3835a3990..c7255b3d4176 100644 --- a/Doc/whatsnew/3.9.rst +++ b/Doc/whatsnew/3.9.rst @@ -500,6 +500,9 @@ Reedy in :issue:`40468`.) Move the indent space setting from the Font tab to the new Windows tab. (Contributed by Mark Roseman and Terry Jan Reedy in :issue:`33962`.) +Apply syntax highlighting to `.pyi` files. (Contributed by Alex +Waygood and Terry Jan Reedy in :issue:`45447`.) + imaplib -------