diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2022-02-13 02:11:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-13 02:11:19 (GMT) |
commit | cef91ca80c41749824eca1d4b2c99731e3d5f64c (patch) | |
tree | 49f815be6308d942ed584b938e6a0aa00613819f | |
parent | 2d98433549be358d1c192e30e51b8d345d618cc7 (diff) | |
download | cpython-cef91ca80c41749824eca1d4b2c99731e3d5f64c.zip cpython-cef91ca80c41749824eca1d4b2c99731e3d5f64c.tar.gz cpython-cef91ca80c41749824eca1d4b2c99731e3d5f64c.tar.bz2 |
bpo-45447: Add entry to What's new 3.9 (GH-31305)
-rw-r--r-- | Doc/whatsnew/3.9.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst index 4fa3835..c7255b3 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 ------- |