]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
In Jython, `@' is not allowed in module names. Extend the TESTFN test
authorBarry Warsaw <barry@python.org>
Fri, 23 Mar 2001 18:04:02 +0000 (18:04 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 23 Mar 2001 18:04:02 +0000 (18:04 +0000)
commit559f6680c27f346c89e6dd29ba3235f7719ea6a7
tree86ce37700c137270db43f31c6f7253d60d5a5cdd
parent66e8e86cf8a2f48a4aca1b05cef7fa7f6dd3ca48
In Jython, `@' is not allowed in module names.  Extend the TESTFN test
to use "$test" when in Jython.  Closes SF patch #403668.
Lib/test/test_support.py