summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2007-11-08 02:52:43 (GMT)
committerRaymond Hettinger <python@rcn.com>2007-11-08 02:52:43 (GMT)
commit1760c8a017ca87dc3b21d383542a23bca4370b34 (patch)
tree8bd8d6076cba0e0135ef83f46467353fcd3a50f2 /Misc
parent004c1c15621eff6bda20c66ce4e5d5c49c90ff25 (diff)
downloadcpython-1760c8a017ca87dc3b21d383542a23bca4370b34.zip
cpython-1760c8a017ca87dc3b21d383542a23bca4370b34.tar.gz
cpython-1760c8a017ca87dc3b21d383542a23bca4370b34.tar.bz2
Add set.isdisjoint()
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ff42c1b..17b7833 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.