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 Windson Yang, Zahash Z, matrixise
Date 2019-02-20.11:04:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550660684.23.0.572426977529.issue36049@roundup.psfhosted.org>
In-reply-to
Content
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')
History
Date User Action Args
2019-02-20 11:04:44matrixisesetrecipients: + matrixise, Windson Yang, Zahash Z
2019-02-20 11:04:44matrixisesetmessageid: <1550660684.23.0.572426977529.issue36049@roundup.psfhosted.org>
2019-02-20 11:04:44matrixiselinkissue36049 messages
2019-02-20 11:04:44matrixisecreate