diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -55,6 +55,9 @@ Core and Builtins Library ------- +- Issue #5656: Fix the coverage reporting when running the test suite with + the -T argument. + - Issue #5647: MutableSet.__iand__() no longer mutates self during iteration. - Issue #5624: Fix the _winreg module name still used in several modules. |