]> granicus.if.org Git - python/commit
bpo-31908: Fix output of cover files for trace module command-line tool. (GH-4205)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 1 May 2018 04:06:00 +0000 (21:06 -0700)
committerGitHub <noreply@github.com>
Tue, 1 May 2018 04:06:00 +0000 (21:06 -0700)
commite4eeb6eff12947a55df5eabee36e537cadefbbac
treeedca4a5726a45ece30d0ecf0c364f323a5edea92
parent8075868f19967f291f123f17962a453b38dec8d2
bpo-31908: Fix output of cover files for trace module command-line tool. (GH-4205)

Previously emitted cover files only when --missing option was used.
(cherry picked from commit 47ab15470d72367694d7758004067313ae022f0e)

Co-authored-by: Michael Selik <mike@selik.org>
Lib/test/test_trace.py
Lib/trace.py
Misc/NEWS.d/next/Library/2017-10-31.bpo-31908.g4xh8x.rst [new file with mode: 0644]