In Python 3, class foo: is equivalent to class foo(object):. So
we can allow the former form now.
Details
Details
- Reviewers
Alphare - Group Reviewers
hg-reviewers - Commits
- rHG55d132525155: check-code: remove ban on old-style classes
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.