blob: 2a8a52a13ce9e426c0eacd3f5a235d9f7a591818 [file] [log] [blame]
larryhastingsf9f17342017-09-04 13:30:19 -07001.. bpo: 24769
Ned Deilyaee5df52018-06-27 18:45:50 -04002.. date: 9294
larryhastingsf9f17342017-09-04 13:30:19 -07003.. nonce: XgRA0n
4.. release date: 2015-08-25
5.. section: Core and Builtins
6
7Interpreter now starts properly when dynamic loading is disabled. Patch by
8Petr Viktorin.
9
10..
11
12.. bpo: 21167
Ned Deilyaee5df52018-06-27 18:45:50 -040013.. date: 9293
larryhastingsf9f17342017-09-04 13:30:19 -070014.. nonce: uom-Dq
15.. section: Core and Builtins
16
17NAN operations are now handled correctly when python is compiled with ICC
18even if -fp-model strict is not specified.
19
20..
21
22.. bpo: 24492
Ned Deilyaee5df52018-06-27 18:45:50 -040023.. date: 9292
larryhastingsf9f17342017-09-04 13:30:19 -070024.. nonce: LKDAIu
25.. section: Core and Builtins
26
27A "package" lacking a __name__ attribute when trying to perform a ``from ..
28import ...`` statement will trigger an ImportError instead of an
29AttributeError.
30
31..
32
33.. bpo: 24847
Ned Deilyaee5df52018-06-27 18:45:50 -040034.. date: 9291
larryhastingsf9f17342017-09-04 13:30:19 -070035.. nonce: SHiiO_
36.. section: Library
37
38Removes vcruntime140.dll dependency from Tcl/Tk.
39
40..
41
42.. bpo: 24839
Ned Deilyaee5df52018-06-27 18:45:50 -040043.. date: 9290
larryhastingsf9f17342017-09-04 13:30:19 -070044.. nonce: 7_iQZl
45.. section: Library
46
47platform._syscmd_ver raises DeprecationWarning
48
49..
50
51.. bpo: 24867
Ned Deilyaee5df52018-06-27 18:45:50 -040052.. date: 9289
larryhastingsf9f17342017-09-04 13:30:19 -070053.. nonce: rxJIl7
54.. section: Library
55
56Fix Task.get_stack() for 'async def' coroutines