We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebb08be commit 59d7bdbCopy full SHA for 59d7bdb
Lib/idlelib/NEWS.txt
@@ -3,6 +3,21 @@ Released on 2019-??-??
3
======================================
4
5
6
+bpo-35660: Fix imports in window module.
7
+
8
+bpo-35641: Properly format calltip for function without docstring.
9
10
+bpo-33987: Use ttk Frame for ttk widgets.
11
12
+bpo-34055: Fix erroneous 'smart' indents and newlines in IDLE Shell.
13
14
+bpo-28097: Add Previous/Next History entries to Shell menu.
15
16
+bpo-35591: Find Selection now works when selection not found.
17
18
+bpo-35598: Update config_key: use PEP 8 names and ttk widgets,
19
+make some objects global, and add tests.
20
21
bpo-35196: Speed up squeezer line counting.
22
23
bpo-35208: Squeezer now counts wrapped lines before newlines.
0 commit comments