[issue41865] doc search for super().__init__() returns no useful results

2020-09-26 Thread Jack W.


Jack W.  added the comment:

Thank you.

--

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



[issue41865] doc search for super().__init__() returns no useful results

2020-09-26 Thread Jack W.


Change by Jack W. :


--
resolution:  -> works for me

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



[issue41865] doc search for super().__init__() returns no useful results

2020-09-26 Thread Jack W.


Jack W.  added the comment:

True enough, however, no search I could come up which included the term "super" 
or "__init__" returned a document near the top of the search which showed how 
to chain a superclass initializer. This can be confusing, as there are 2 
syntaxes for doing this.

--

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



[issue41865] doc search for super().__init__() returns no useful results

2020-09-26 Thread Jack W.


New submission from Jack W. :

It's oddly difficult to glean from the official documentation the correct 
syntax for superclass initialization.

--
assignee: docs@python
components: Documentation
messages: 377527
nosy: docs@python, softwoehr
priority: normal
severity: normal
status: open
title: doc search for super().__init__() returns no useful results
type: enhancement
versions: Python 3.8

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