]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* test_select.py: (some) tests for built-in select module
authorGuido van Rossum <guido@python.org>
Thu, 11 Nov 1993 10:31:23 +0000 (10:31 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 11 Nov 1993 10:31:23 +0000 (10:31 +0000)
commitb31c7f732aea6abf6ce24d3da7fd67b2172acec9
treee97a352f4308578604255065063766f303ee788d
parent52f2c05401ab13eab45a91d39089866f55ef3c9b
* test_select.py: (some) tests for built-in select module
* test_grammar.py, testall.out: added test for funny things in string literals
* token.py, symbol.py: definitions used with built-in parser module.
* tokenize.py: added double-quote recognition
Lib/symbol.py [new file with mode: 0755]
Lib/test/test_grammar.py
Lib/test/test_select.py [new file with mode: 0644]
Lib/test/testall.out
Lib/token.py [new file with mode: 0755]
Lib/tokenize.py