[issue38830] `A Qt GUI for logging` produces TypeError

2019-11-18 Thread Vinay Sajip


Change by Vinay Sajip :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed
versions:  -Python 3.5, Python 3.6

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38830] `A Qt GUI for logging` produces TypeError

2019-11-18 Thread Vinay Sajip


Vinay Sajip  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/9a4c5c30d93278e420a7dadafbaa35a5b52325ec


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38830] `A Qt GUI for logging` produces TypeError

2019-11-18 Thread Vinay Sajip


Vinay Sajip  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/21eb731057d614fb642c609ae89f66d75fa0ac3a


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38830] `A Qt GUI for logging` produces TypeError

2019-11-18 Thread Vinay Sajip


Change by Vinay Sajip :


--
pull_requests: +16723
pull_request: https://github.com/python/cpython/pull/17222

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38830] `A Qt GUI for logging` produces TypeError

2019-11-18 Thread Vinay Sajip


Change by Vinay Sajip :


--
pull_requests: +16722
pull_request: https://github.com/python/cpython/pull/17221

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38830] `A Qt GUI for logging` produces TypeError

2019-11-18 Thread Vinay Sajip


Vinay Sajip  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/5383956583bb758f3828513bcdd011871f24a0e8


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38830] `A Qt GUI for logging` produces TypeError

2019-11-18 Thread Vinay Sajip


Change by Vinay Sajip :


--
keywords: +patch
pull_requests: +16721
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/17220

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38830] `A Qt GUI for logging` produces TypeError

2019-11-17 Thread Karthikeyan Singaravelan


Change by Karthikeyan Singaravelan :


--
nosy: +vinay.sajip

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38830] `A Qt GUI for logging` produces TypeError

2019-11-17 Thread Samuel Mathias


New submission from Samuel Mathias :

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com