]> granicus.if.org Git - python/commit
Applying patch #100994 to allow JPython to use more of the standard
authorBarry Warsaw <barry@python.org>
Fri, 1 Sep 2000 06:53:52 +0000 (06:53 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 1 Sep 2000 06:53:52 +0000 (06:53 +0000)
commit3a9d0611fb5ec9cff7d24c885349637838b20c30
treec4c3df922dc7f68126f9fb7178f5c16e9e54c79f
parent736aa32a39d1c7afb5f3298fd0e13c51754546c7
Applying patch #100994 to allow JPython to use more of the standard
Python test suite.  Specifically,

- import time instead of strop in test_b1

- test for ClassType of exceptions using isinstance instead of
  equality in test_exceptions

- remove __builtins__ from dir() output in test_pkg

test_pkg output needs to be regenerated.
Lib/test/output/test_pkg
Lib/test/test_b1.py
Lib/test/test_exceptions.py
Lib/test/test_pkg.py