mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
SF bug #715145: unittest.py still uses != in failUnlessEqual
This commit is contained in:
parent
dee38ac7dd
commit
c377cbfdaf
2 changed files with 6 additions and 2 deletions
|
@ -73,6 +73,10 @@ Extension modules
|
|||
Library
|
||||
-------
|
||||
|
||||
- unittest.failUnlessEqual and its equivalent unittest.assertEqual now
|
||||
return 'not a == b' rather than 'a != b'. This gives the desired
|
||||
result for classes that define __eq__ without defining __ne__.
|
||||
|
||||
- sgmllib now supports SGML marked sections, in particular the
|
||||
MS Office extensions.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue