diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-07-19 20:18:21 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-07-19 20:18:21 (GMT) |
commit | d7b0eebcaea618c982eff7ed92054292b9281d1f (patch) | |
tree | 44770fc0c2b7bc4a01f2a041dfd0d484b6c4ab00 /Misc/NEWS | |
parent | 5fee460bfabc248ca8c14fc2403fdfabf5051dad (diff) | |
download | cpython-d7b0eebcaea618c982eff7ed92054292b9281d1f.zip cpython-d7b0eebcaea618c982eff7ed92054292b9281d1f.tar.gz cpython-d7b0eebcaea618c982eff7ed92054292b9281d1f.tar.bz2 |
split unittest.py into a package
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -352,6 +352,8 @@ Core and Builtins Library ------- +- unittest has been split up into a package. All old names should still work. + - Issue #6431: Make Fraction type return NotImplemented when it doesn't know how to handle a comparison without loss of precision. Also add correct handling of infinities and nans for comparisons with float. |