Allow classes to be defined with empty parentheses. This means that
``class C(): pass`` is no longer a syntax error.
B
Brett Cannon committed
409d8f2ebdf597837c593a40659949e5b15f457d
Parent: 653a5ad
``class C(): pass`` is no longer a syntax error.