From 0eca59b8dd84586040866c45ff9ef75e12711490 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Sat, 12 Feb 2022 19:50:07 -0500 Subject: [PATCH] bpo-45447: Add entry to What's new 3.9 --- Doc/whatsnew/3.9.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst index 4fa3835a39900b..c7255b3d417652 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 -------