diff options
author | Raymond Hettinger <python@rcn.com> | 2007-11-08 02:52:43 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2007-11-08 02:52:43 (GMT) |
commit | 1760c8a017ca87dc3b21d383542a23bca4370b34 (patch) | |
tree | 8bd8d6076cba0e0135ef83f46467353fcd3a50f2 /Misc | |
parent | 004c1c15621eff6bda20c66ce4e5d5c49c90ff25 (diff) | |
download | cpython-1760c8a017ca87dc3b21d383542a23bca4370b34.zip cpython-1760c8a017ca87dc3b21d383542a23bca4370b34.tar.gz cpython-1760c8a017ca87dc3b21d383542a23bca4370b34.tar.bz2 |
Add set.isdisjoint()
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ What's New in Python 2.6 alpha 1? Core and builtins ----------------- +- sets and frozensets now have an isdisjoint() method. + - optimize the performance of builtin.sum(). - Fix warnings found by the new version of the Coverity checker. |