diff options
author | Raymond Hettinger <python@rcn.com> | 2008-01-17 19:31:38 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2008-01-17 19:31:38 (GMT) |
commit | 44bd6c0a4f126c374b23f749141cb37a94366894 (patch) | |
tree | a20789f94b661e7014810353ab44fec21d72e371 /Misc | |
parent | a35a8b11c38f223eb1489102634cc07277400ab5 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |