]> granicus.if.org Git - python/commit
Merged revisions 74291 via svnmerge from
authorFrank Wierzbicki <fwierzbicki@gmail.com>
Sun, 2 Aug 2009 22:05:54 +0000 (22:05 +0000)
committerFrank Wierzbicki <fwierzbicki@gmail.com>
Sun, 2 Aug 2009 22:05:54 +0000 (22:05 +0000)
commit6416f810e88f2def05b85e6215a4804c6997d730
tree341c0b66c462d4b788f59fcf36743afc8c227abc
parent3a7946ff35928140c323d2b289b8e24896811f04
Merged revisions 74291 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r74291 | frank.wierzbicki | 2009-08-02 16:37:48 -0400 (Sun, 02 Aug 2009) | 6 lines

  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