[issue36049] No __repr__() for queue.PriorityQueue and queue.LifoQueue

Stéphane Wirtel report at bugs.python.org
Wed Feb 20 06:04:44 EST 2019


Stéphane Wirtel <stephane at wirtel.be> added the comment:

New output for Queue, PriorityQueue and LifoQueue


Queue()
Queue('a')
Queue('a','b')
Queue('a'...'c')
PriorityQueue()
PriorityQueue('a')
PriorityQueue('a','b')
PriorityQueue('a'...'c')
LifoQueue()
LifoQueue('a')
LifoQueue('a','b')
LifoQueue('a'...'c')

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36049>
_______________________________________


More information about the Python-bugs-list mailing list