[Jython-checkins] jython: test_compileall looks very cpython specific. We may want to do our own later.

frank.wierzbicki jython-checkins at python.org
Wed Apr 11 16:51:02 CEST 2012


http://hg.python.org/jython/rev/aa42f0c223d3
changeset:   6562:aa42f0c223d3
user:        Frank Wierzbicki <fwierzbicki at gmail.com>
date:        Wed Apr 11 07:50:51 2012 -0700
summary:
  test_compileall looks very cpython specific. We may want to do our own later.

files:
  Lib/test/regrtest.py |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -1197,6 +1197,7 @@
         test_cd
         test_cl
         test_commands
+        test_compileall
         test_crypt
         test_ctypes
         test_curses

-- 
Repository URL: http://hg.python.org/jython


More information about the Jython-checkins mailing list