Skip to content

Commit

Permalink
Keep the what's new up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Dec 1, 2019
1 parent 013e9de commit 12e019d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/whatsnew5x.rst
Expand Up @@ -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`.

Expand Down

0 comments on commit 12e019d

Please sign in to comment.