summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2008-01-17 19:31:38 (GMT)
committerRaymond Hettinger <python@rcn.com>2008-01-17 19:31:38 (GMT)
commit44bd6c0a4f126c374b23f749141cb37a94366894 (patch)
treea20789f94b661e7014810353ab44fec21d72e371 /Misc
parenta35a8b11c38f223eb1489102634cc07277400ab5 (diff)
downloadcpython-44bd6c0a4f126c374b23f749141cb37a94366894.zip
cpython-44bd6c0a4f126c374b23f749141cb37a94366894.tar.gz
cpython-44bd6c0a4f126c374b23f749141cb37a94366894.tar.bz2
Issue #1861: Add read-only attribute listing upcoming events in the order they will be run.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 828aab2..7f92aaf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -364,6 +364,9 @@ Core and builtins
Library
-------
+- #1861: Added an attribute to the sched module which returns an ordered
+ list of upcoming events (displayed as named tuples).
+
- #1837: The queue module now also supports a LIFO queue and a priority queue.
- Issue #1831: ctypes now raises a TypeError if conflicting positional