This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Zahash Z
Recipients Zahash Z
Date 2019-02-20.10:14:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550657675.07.0.575320352135.issue36049@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-02-20 10:14:35Zahash Zsetrecipients: + Zahash Z
2019-02-20 10:14:35Zahash Zsetmessageid: <1550657675.07.0.575320352135.issue36049@roundup.psfhosted.org>
2019-02-20 10:14:35Zahash Zlinkissue36049 messages
2019-02-20 10:14:35Zahash Zcreate