toastdriven / restless

A lightweight REST miniframework for Python.
http://restless.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
832 stars 107 forks source link

Python 3 super() does not need `self`'s class #131

Closed andreasnuesslein closed 2 years ago

andreasnuesslein commented 3 years ago

Opinionated proposal to change the default examples for easier copy'n'paste , because yeah: Python2 is dead. And anybody using it should then at least know that they have to bloat up the super method calls a bit.