[issue36049] No __repr__() for queue.PriorityQueue and queue.LifoQueue
Zahash Z
report at bugs.python.org
Wed Feb 20 05:14:35 EST 2019
New submission from Zahash Z <zahash.z at gmail.com>:
There is no __repr__() method for the PriorityQueue class and LifoQueue class in the queue.py file
This makes it difficult to check the elements of the queue.
----------
messages: 336053
nosy: Zahash Z
priority: normal
severity: normal
status: open
title: No __repr__() for queue.PriorityQueue and queue.LifoQueue
type: enhancement
versions: Python 3.8
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36049>
_______________________________________
More information about the Python-bugs-list
mailing list