Skip to content

Commit 12e019d

Browse files
committed
Keep the what's new up to date
1 parent 013e9de commit 12e019d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/whatsnew5x.rst

+4
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ Bugs Fixed
114114
skipped if sys.path[0] is already different than Python's default. This
115115
fixes :github:`715`.
116116

117+
- Python files run with ``-m`` now have ``__spec__`` defined properly. This
118+
fixes :github:`745` (about not being able to run unittest tests that spawn
119+
subprocesses), and :github:`838`, which described the problem directly.
120+
117121
- Coverage will create directories as needed for the data file if they don't
118122
exist, closing :github:`721`.
119123

0 commit comments

Comments
 (0)