We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 013e9de commit 12e019dCopy full SHA for 12e019d
doc/whatsnew5x.rst
@@ -114,6 +114,10 @@ Bugs Fixed
114
skipped if sys.path[0] is already different than Python's default. This
115
fixes :github:`715`.
116
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
+
121
- Coverage will create directories as needed for the data file if they don't
122
exist, closing :github:`721`.
123
0 commit comments