]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* Grammar: corrected old typo (class instead of 'class')
authorGuido van Rossum <guido@python.org>
Mon, 20 Dec 1993 12:53:10 +0000 (12:53 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 20 Dec 1993 12:53:10 +0000 (12:53 +0000)
commit248a50c168c5368cb3e677ffe45e824771b1ddc0
tree9cc964b022baca41ae95f5133b534959b774595d
parent455b87d457a5afed29e7032af787fd20398b1dc9
* 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).
Grammar/Grammar
Include/parsetok.h
Modules/posixmodule.c
Parser/tokenizer.h