]> granicus.if.org Git - python/commit
SF patch [ #468662 ] Allow jython to complete test_grammar
authorJeremy Hylton <jeremy@alum.mit.edu>
Wed, 10 Oct 2001 01:45:02 +0000 (01:45 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Wed, 10 Oct 2001 01:45:02 +0000 (01:45 +0000)
commit7d3dff2b390272dec07ca687f53ad34bd00df39b
treec2c75646464187ee7c8200e94400871a7642907d
parente67dab3d3f9ffafb5668aab509abbd6c84f5ff35
SF patch [ #468662 ] Allow jython to complete test_grammar

The behavior of co_varnames in the presence of nested argument tuples
is not consistent across Python and Jython.  Test each platform
separately.
Lib/test/test_grammar.py