From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 13 Feb 2022 06:30:36 +0000 (-0800) Subject: bpo-45447: Add entry to What's new 3.9 (GH-31305) X-Git-Tag: v3.9.11~81 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ebe73e6095fc019fd1e31c9f41bc67d56ee003b6;p=thirdparty%2FPython%2Fcpython.git bpo-45447: Add entry to What's new 3.9 (GH-31305) (cherry picked from commit cef91ca80c41749824eca1d4b2c99731e3d5f64c) Co-authored-by: Terry Jan Reedy --- diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst index 044cfc07bce9..6aed8d2b5f98 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 -------