]> granicus.if.org Git - python/commit
Adding tests derived from the Jython project. These are primarily tests of
authorFrank Wierzbicki <fwierzbicki@gmail.com>
Sun, 2 Aug 2009 20:37:48 +0000 (20:37 +0000)
committerFrank Wierzbicki <fwierzbicki@gmail.com>
Sun, 2 Aug 2009 20:37:48 +0000 (20:37 +0000)
commit6c0f337904c1a6414fbaee84f7923cc0877e47eb
tree06b551434e249342433bab56af0ae1b1c1c74722
parent9a6d6c93b45b32c21db5bce25495fec756f6c53d
Adding tests derived from the Jython project.  These are primarily tests of
'single' statements with partial sentences (so they test things like "try:" in
interactive mode).  Others tests hit areas that previously failed in Jython. A
couple still fail in Jython, mainly due to the difficulty of parsing partial
sentences (but should be fixed by Jython 2.6).
Lib/test/test_codeop.py