diff --git a/pep-0554.rst b/pep-0554.rst index 1d0f4ce41..d7394d369 100644 --- a/pep-0554.rst +++ b/pep-0554.rst @@ -1235,6 +1235,11 @@ pattern:: This would be made even simpler if there existed a ``__reraise__`` protocol. +Support prioritization in channels +---------------------------------- + +A simple example is ``queue.PriorityQueue`` in the stdlib. + Rejected Ideas ==============