summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2008-03-13 19:03:51 (GMT)
committerRaymond Hettinger <python@rcn.com>2008-03-13 19:03:51 (GMT)
commit53bdf093437349907807da9143f9c2bdcea9ab3a (patch)
tree11b94ee0f3c83f57e7870a4abfc44760cccdeef8 /Misc
parent431f0294867b474525a2f91e03101d1462f56801 (diff)
downloadcpython-53bdf093437349907807da9143f9c2bdcea9ab3a.zip
cpython-53bdf093437349907807da9143f9c2bdcea9ab3a.tar.gz
cpython-53bdf093437349907807da9143f9c2bdcea9ab3a.tar.bz2
Issue 2274: Add heapq.heappushpop().
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 bd3a6cc..4d0b9f0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -491,6 +491,8 @@ Core and builtins
Library
-------
+- #2274 Add heapq.heappushpop().
+
- Add inspect.isabstract(object) to fix bug #2223
- Add a __format__ method to Decimal, to support PEP 3101.