We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b7616 commit 9c4eac7Copy full SHA for 9c4eac7
Doc/whatsnew/3.8.rst
@@ -870,8 +870,18 @@ clipboard. Converting strings from Tcl to Python and back now never fails.
870
(Many people worked on this for eight years but the problem was finally
871
solved by Serhiy Storchaka in :issue:`13153`.)
872
873
+New in 3.8.1:
874
+
875
+Add option to toggle cursor blink off. (Contributed by Zackery Spytz
876
+in :issue:`4603`.)
877
878
+Escape key now closes IDLE completion windows. (Contributed by Johnny
879
+Najera in :issue:`38944`.)
880
881
The changes above have been backported to 3.7 maintenance releases.
882
883
+Add keywords to module name completion list. (Contributed by Terry J.
884
+Reedy in :issue:`37765`.)
885
886
inspect
887
-------
0 commit comments