@@ -3,6 +3,45 @@ Released on 2017-09-25?
33========================
44
55
6+ bpo-28603: Fix a TypeError that caused a shell restart when printing
7+ a traceback that includes an exception that is unhashable.
8+ Patch by Zane Bitter.
9+
10+ bpo-13802: Use non-Latin characters in the Font settings sample.
11+ Even if one selects a font that defines a limited subset of the unicode
12+ Basic Multilingual Plane, tcl/tk will use other fonts that define a
13+ character. The expanded example give users of non-Latin characters
14+ a better idea of what they might see in the shell and editors.
15+
16+ To make room for the expanded sample, frames on the Font tab are
17+ re-arranged. The Font/Tabs help explains a bit about the additions.
18+ Patch by Terry Jan Reedy
19+
20+ bpo-31460: Simplify the API of IDLE's Module Browser.
21+ Passing a widget instead of an flist with a root widget opens the
22+ option of creating a browser frame that is only part of a window.
23+ Passing a full file name instead of pieces assumed to come from a
24+ .py file opens the possibility of browsing python files that do not
25+ end in .py.
26+
27+ bpo-31649: Make _htest and _utest parameters keyword-only.
28+ These are used to adjust code for human and unit tests.
29+
30+ bpo-31459: Rename module browser from Class Browser to Module Browser.
31+ The original module-level class and method browser became a module
32+ browser, with the addition of module-level functions, years ago.
33+ Nested classes and functions were added yesterday. For back-
34+ compatibility, the virtual event <<open-class-browser>>, which
35+ appears on the Keys tab of the Settings dialog, is not changed.
36+ Patch by Cheryl Sabella.
37+
38+ bpo-1612262: Module browser now shows nested classes and functions.
39+ Original patches for code and tests by Guilherme Polo and
40+ Cheryl Sabella, respectively. Revisions by Terry Jan Reedy.
41+
42+ bpo-31500: Tk's default fonts now are scaled on HiDPI displays.
43+ This affects all dialogs. Patch by Serhiy Storchaka.
44+
645bpo-31493: Fix code context update and font update timers.
746Canceling timers prevents a warning message when test_idle completes.
847
0 commit comments