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 Windson Yang
Recipients Windson Yang, Zahash Z, matrixise
Date 2019-02-20.10:31:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550658662.18.0.884021914693.issue36049@roundup.psfhosted.org>
In-reply-to
Content
Hello, Zahash Z. May I ask what is your expected behavior for the return value of __repr__() from PriorityQueue. I'm agreed with Stéphane Wirtel, I don't think returning all the items would be a good idea, maybe we can improve it in another way. For instance, return the first and last element as well as the length.
History
Date User Action Args
2019-02-20 10:31:02Windson Yangsetrecipients: + Windson Yang, matrixise, Zahash Z
2019-02-20 10:31:02Windson Yangsetmessageid: <1550658662.18.0.884021914693.issue36049@roundup.psfhosted.org>
2019-02-20 10:31:02Windson Yanglinkissue36049 messages
2019-02-20 10:31:02Windson Yangcreate