]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-45447: Add entry to What's new 3.9 (GH-31305)
authorTerry Jan Reedy <tjreedy@udel.edu>
Sun, 13 Feb 2022 02:11:19 +0000 (21:11 -0500)
committerGitHub <noreply@github.com>
Sun, 13 Feb 2022 02:11:19 +0000 (21:11 -0500)
Doc/whatsnew/3.9.rst

index 4fa3835a39900be8d66bf14d615c5a3389e80908..c7255b3d417652f9bf1dc680d0cf628794c54c53 100644 (file)
@@ -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
 -------