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