]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Allow classes to be defined with empty parentheses. This means that
authorBrett Cannon <bcannon@gmail.com>
Sat, 5 Mar 2005 06:47:57 +0000 (06:47 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 5 Mar 2005 06:47:57 +0000 (06:47 +0000)
commit409d8f2ebdf597837c593a40659949e5b15f457d
tree65efd1daca556adb53a28d3957ba57dc801e0dda
parent653a5adcca68d445b21dd2a640627f0f0185204a
Allow classes to be defined with empty parentheses.  This means that
``class C(): pass`` is no longer a syntax error.
Grammar/Grammar
Misc/NEWS
Python/compile.c
Python/graminit.c