summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Documentation/2019-08-24-12-59-06.bpo-37937.F7fHbt.rst
Commit message (Collapse)AuthorAgeFilesLines
* Python 3.9.0a1v3.9.0a1Ɓukasz Langa2019-11-191-1/+0
|
* bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439)Ram Rachum2019-09-201-0/+1
Mention frame.f_trace in sys.settrace docs, as well as the fact you still need to call `sys.settrace` to enable the tracing machinery before setting `frame.f_trace` will have any effect.