summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2019-05-06-18-28-38.bpo-36813.NXD0KZ.rst
blob: e89358aa40512d51e1b972d40642d654ed240700 (plain)
1
2
Fix :class:`~logging.handlers.QueueListener` to call ``queue.task_done()``
upon stopping. Patch by Bar Harel.