Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f05bb commit 56c1605Copy full SHA for 56c1605
1 file changed
Lib/idlelib/NEWS.txt
@@ -3,6 +3,21 @@ Released on 2019-10-20?
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