[issue38830] `A Qt GUI for logging` produces TypeError
New submission from Samuel Mathias <samuel.mathias@gmail.com>: On the "logging cookbook" page: https://docs.python.org/3/howto/logging-cookbook.html#logging-cookbook The recipe "A Qt GUI for logging" produces the following error: `TypeError: update_status() missing 1 required positional argument: 'record'` ---------- assignee: docs@python components: Documentation messages: 356808 nosy: Samuel Mathias, docs@python priority: normal severity: normal status: open title: `A Qt GUI for logging` produces TypeError type: crash versions: Python 3.5, Python 3.6, Python 3.7, Python 3.8, Python 3.9 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38830> _______________________________________
Change by Karthikeyan Singaravelan <tir.karthi@gmail.com>: ---------- nosy: +vinay.sajip _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38830> _______________________________________
Change by Vinay Sajip <vinay_sajip@yahoo.co.uk>: ---------- keywords: +patch pull_requests: +16721 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17220 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38830> _______________________________________
Vinay Sajip <vinay_sajip@yahoo.co.uk> added the comment: New changeset 5383956583bb758f3828513bcdd011871f24a0e8 by Vinay Sajip in branch 'master': bpo-38830: Correct slot signature in Qt example. (GH-17220) https://github.com/python/cpython/commit/5383956583bb758f3828513bcdd011871f2... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38830> _______________________________________
Change by Vinay Sajip <vinay_sajip@yahoo.co.uk>: ---------- pull_requests: +16722 pull_request: https://github.com/python/cpython/pull/17221 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38830> _______________________________________
Change by Vinay Sajip <vinay_sajip@yahoo.co.uk>: ---------- pull_requests: +16723 pull_request: https://github.com/python/cpython/pull/17222 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38830> _______________________________________
Vinay Sajip <vinay_sajip@yahoo.co.uk> added the comment: New changeset 21eb731057d614fb642c609ae89f66d75fa0ac3a by Vinay Sajip in branch '3.8': [3.8] bpo-38830: Correct slot signature in Qt example. (GH-17220) (GH-17221) https://github.com/python/cpython/commit/21eb731057d614fb642c609ae89f66d75fa... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38830> _______________________________________
Vinay Sajip <vinay_sajip@yahoo.co.uk> added the comment: New changeset 9a4c5c30d93278e420a7dadafbaa35a5b52325ec by Vinay Sajip in branch '3.7': [3.7] bpo-38830: Correct slot signature in Qt example. (GH-17220) (GH-17222) https://github.com/python/cpython/commit/9a4c5c30d93278e420a7dadafbaa35a5b52... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38830> _______________________________________
Change by Vinay Sajip <vinay_sajip@yahoo.co.uk>: ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.5, Python 3.6 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38830> _______________________________________
participants (3)
-
Karthikeyan Singaravelan
-
Samuel Mathias
-
Vinay Sajip