summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-02-13 06:30:25 (GMT)
committerGitHub <noreply@github.com>2022-02-13 06:30:25 (GMT)
commit5698e0be8e77bd4d7a1fda88005662f0b239dec8 (patch)
tree8226003940a71a84004f9ecd25d247f8e5718258 /Doc/whatsnew
parent9fabcfbe68ff81ef5f17f86a93daf9cce9d83876 (diff)
downloadcpython-5698e0be8e77bd4d7a1fda88005662f0b239dec8.zip
cpython-5698e0be8e77bd4d7a1fda88005662f0b239dec8.tar.gz
cpython-5698e0be8e77bd4d7a1fda88005662f0b239dec8.tar.bz2
bpo-45447: Add entry to What's new 3.9 (GH-31305)
(cherry picked from commit cef91ca80c41749824eca1d4b2c99731e3d5f64c) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.9.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst
index a6f83a9..e2455bc 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
-------