diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2018-08-25 07:27:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-25 07:27:55 (GMT) |
commit | c406d5cd74002964a64c3eb7d9e2445a7fd3a03f (patch) | |
tree | d762f8be37e446fecb49d58c4148f81d225c2457 /Misc | |
parent | 8fdd331bbf7e60dd81c02c7077f44c7939e2a05d (diff) | |
download | cpython-c406d5cd74002964a64c3eb7d9e2445a7fd3a03f.zip cpython-c406d5cd74002964a64c3eb7d9e2445a7fd3a03f.tar.gz cpython-c406d5cd74002964a64c3eb7d9e2445a7fd3a03f.tar.bz2 |
bpo-34171: Prevent creating Lib/trace.cover when run the trace module. (GH-8841)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-08-21-00-29-01.bpo-34171.6LkWav.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-08-21-00-29-01.bpo-34171.6LkWav.rst b/Misc/NEWS.d/next/Library/2018-08-21-00-29-01.bpo-34171.6LkWav.rst new file mode 100644 index 0000000..f647b8e --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-08-21-00-29-01.bpo-34171.6LkWav.rst @@ -0,0 +1 @@ +Running the :mod:`trace` module no longer creates the ``trace.cover`` file. |