mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
* Grammar: corrected old typo (class instead of 'class')
* dosmodule.c: MSDOS specific stuff from posixmodule.c. * posixmodule.c: removed all MSDOS specific stuff. * tokenizer.h, parsetok.h: in prototypes, don't mix named and unnamed parameters (MSC doesn't like this).
This commit is contained in:
parent
455b87d457
commit
248a50c168
4 changed files with 5 additions and 163 deletions
|
@ -143,4 +143,4 @@ exprlist: expr (',' expr)* [',']
|
|||
testlist: test (',' test)* [',']
|
||||
dictmaker: test ':' test (',' test ':' test)* [',']
|
||||
|
||||
classdef: class NAME ['(' testlist ')'] ':' suite
|
||||
classdef: 'class' NAME ['(' testlist ')'] ':' suite
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue