]> granicus.if.org Git - python/commit
Tell unittest that source files with "badsyntax" in their names should
authorTim Peters <tim.peters@gmail.com>
Sun, 8 Aug 2004 16:43:59 +0000 (16:43 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 8 Aug 2004 16:43:59 +0000 (16:43 +0000)
commit0955f29703fed81b9bf47a91314e615454496f67
treecd78c7db19f87cce71875717611ce9c457dcb8d1
parent2a5f656d0c93df175cf1ca2fe991927d3fd4a053
Tell unittest that source files with "badsyntax" in their names should
raise SyntaxError.  test_compiler passes now on WinXP, at least in a
release-build non-O run.
Lib/test/test_compiler.py