Commit 9caadf80 authored by Georg Brandl's avatar Georg Brandl

Add a NEWS entry for rev. 54207,8.

parent 6c932ad4
......@@ -154,6 +154,12 @@ Library
- Bug #1115886: os.path.splitext('.cshrc') gives now ('.cshrc', '').
- unittest now verifies more of its assumptions. In particular, TestCase
and TestSuite subclasses (not instances) are no longer accepted in
TestSuite.addTest(). This should cause no incompatibility since it
never made sense with ordinary subclasses -- the failure just occurred
later, with a more cumbersome exception.
- Patch #787789: allow to pass custom TestRunner instances to unittest's
main() function.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment