commit | f643b9a9c79928c4ca28d895e7e9a1dcf827cf00 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sun May 25 22:13:41 2014 -0700 |
committer | Raymond Hettinger <python@rcn.com> | Sun May 25 22:13:41 2014 -0700 |
tree | 52e182eb59f1caf8b7b59e3812ebcae56d70350d | |
parent | 92df7529cb6c863d0fcd3247829b24833f62e285 [diff] [blame] |
Issue 8743: Improve interoperability between sets and the collections.Set abstract base class.
diff --git a/Misc/NEWS b/Misc/NEWS index 04e9221..34c0074 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -18,6 +18,9 @@ Library ------- +- Issue #8743: Fix interoperability between set objects and the + collections.Set() abstract base class. + Tests -----