This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-08-02 16:13:13 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
6
a733bd96f1
cpython
/
Grammar
History
Download ZIP
Download TAR.GZ
Brett Cannon
409d8f2ebd
Allow classes to be defined with empty parentheses. This means that
...
``class C(): pass`` is no longer a syntax error.
2005-03-05 06:47:57 +00:00
..
.cvsignore
Ignore Grammar/Makefile now that it's a made Makefile.
2000-08-21 12:25:17 +00:00
Grammar
Allow classes to be defined with empty parentheses. This means that
2005-03-05 06:47:57 +00:00