commit | fb8899a597c5ef39706215a894fc8c5f5dbf85bc | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Mon May 26 00:40:09 2014 -0700 |
committer | Raymond Hettinger <python@rcn.com> | Mon May 26 00:40:09 2014 -0700 |
tree | 01ef4ab677dc3fb8edb3a2c36202f21ca27ff0a7 | |
parent | f643b9a9c79928c4ca28d895e7e9a1dcf827cf00 [diff] [blame] |
Issue #21481: Teach argparse equality tests to return NotImplemented when comparing to unknown types.
diff --git a/Misc/NEWS b/Misc/NEWS index 34c0074..663f389 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -21,6 +21,9 @@ - Issue #8743: Fix interoperability between set objects and the collections.Set() abstract base class. +- Issue #21481: Argparse equality and inequality tests now return + NotImplemented when comparing to an unknown type. + Tests -----