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 matrixise
Recipients Zahash Z, matrixise
Date 2019-02-20.10:21:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550658102.62.0.00195368667809.issue36049@roundup.psfhosted.org>
In-reply-to
Content
but the __repr__ would have a limitation because you can't show all the elements from your queue, for example, if your queue contains 1000 items, the __repr__ will show the total items or just the ten first ones?

We need a compromise for that.
History
Date User Action Args
2019-02-20 10:21:42matrixisesetrecipients: + matrixise, Zahash Z
2019-02-20 10:21:42matrixisesetmessageid: <1550658102.62.0.00195368667809.issue36049@roundup.psfhosted.org>
2019-02-20 10:21:42matrixiselinkissue36049 messages
2019-02-20 10:21:42matrixisecreate