This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author TobiasHT
Recipients TobiasHT, carlosdamazio, serhiy.storchaka, tritium
Date 2021-12-26.05:28:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640496517.95.0.835144896476.issue46175@roundup.psfhosted.org>
In-reply-to
Content
I'm not so sure, but I think this characteristic was carried from python 2. I guess it's not well documented because they assumed that people would carry on the knowledge to python 3. To be on the safe side, I always pass the arguments to super.

https://docs.python.org/2/library/functions.html#super
History
Date User Action Args
2021-12-26 05:28:38TobiasHTsetrecipients: + TobiasHT, serhiy.storchaka, tritium, carlosdamazio
2021-12-26 05:28:37TobiasHTsetmessageid: <1640496517.95.0.835144896476.issue46175@roundup.psfhosted.org>
2021-12-26 05:28:37TobiasHTlinkissue46175 messages
2021-12-26 05:28:37TobiasHTcreate