[issue36049] No __repr__() for queue.PriorityQueue and queue.LifoQueue

Stéphane Wirtel report at bugs.python.org
Wed Feb 20 07:14:31 EST 2019


Stéphane Wirtel <stephane at wirtel.be> added the comment:

Yep, we have a problem, two PRs for the same issue.

I have seen your issue in the bug tracker (not marked as "in progress") and I started to fix it where I have proposed some solutions and a PR.

For the next time, maybe you should create the issue, indicate you are working on the issue and fix it. 

I am really sorry, I didn't see that you was working on your issue because there was no associated PR on the issue. And now, I understand because the title of your PR was "issue #36049; added __repr__() for the queue.PriorityQueue and queue.LifoQueue classes".

Bedevere (a BOT) tries to map a PR with an issue if the title is correctly defined in Github.

For example: "bpo-36049: Added __repr__() for the queue.PriorityQueue and queue.LifoQueue classes"

Have a nice day,

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36049>
_______________________________________


More information about the Python-bugs-list mailing list