]> granicus.if.org Git - python/commitdiff
bpo-34161: Update idlelib/NEWS.txt to 2019 Jan 17 (GH-11597)
authorTerry Jan Reedy <tjreedy@udel.edu>
Thu, 17 Jan 2019 23:44:13 +0000 (18:44 -0500)
committerGitHub <noreply@github.com>
Thu, 17 Jan 2019 23:44:13 +0000 (18:44 -0500)
Lib/idlelib/NEWS.txt

index d1748a21bce400e1e7559ebe8ba26050f4c323ba..a458c395dda2bbac84cc87d7d1d48b8106506949 100644 (file)
@@ -3,6 +3,21 @@ Released on 2019-10-20?
 ======================================
 
 
+bpo-35660: Fix imports in window module.
+
+bpo-35641: Properly format calltip for function without docstring.
+
+bpo-33987: Use ttk Frame for ttk widgets.
+
+bpo-34055: Fix erroneous 'smart' indents and newlines in IDLE Shell.
+
+bpo-28097: Add Previous/Next History entries to Shell menu.
+
+bpo-35591: Find Selection now works when selection not found.
+
+bpo-35598: Update config_key: use PEP 8 names and ttk widgets,
+make some objects global, and add tests.
+
 bpo-35196: Speed up squeezer line counting.
 
 bpo-35208: Squeezer now counts wrapped lines before newlines.