summary refs log tree commit diff
path: root/changelog.d/8344.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.21.0Richard van der Hoff2020-10-011-1/+0
|
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-0/+1
This converts calls like super(Foo, self) -> super(). Generated with: sed -i "" -Ee 's/super\([^\(]+\)/super()/g' **/*.py