diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-12-01 08:38:13 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-12-01 08:38:13 -0500 |
commit | 12e019d59147688b2b4009a1ef09bf5c6cf54ca9 (patch) | |
tree | a8b20e91b138e91f1480a2345038e2029a4305cb | |
parent | 013e9de08c0747fddf92cc1fdac1d1f39185aa3b (diff) | |
download | python-coveragepy-git-12e019d59147688b2b4009a1ef09bf5c6cf54ca9.tar.gz |
Keep the what's new up to date
-rw-r--r-- | doc/whatsnew5x.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/whatsnew5x.rst b/doc/whatsnew5x.rst index 78f9832a..c805b8d7 100644 --- a/doc/whatsnew5x.rst +++ b/doc/whatsnew5x.rst @@ -114,6 +114,10 @@ Bugs Fixed skipped if sys.path[0] is already different than Python's default. This fixes :github:`715`. +- Python files run with ``-m`` now have ``__spec__`` defined properly. This + fixes :github:`745` (about not being able to run unittest tests that spawn + subprocesses), and :github:`838`, which described the problem directly. + - Coverage will create directories as needed for the data file if they don't exist, closing :github:`721`. |