Message9777

Author jeff.allen
Recipients jeff.allen
Date 2015-04-06.21:19:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428355142.93.0.685303816695.issue2318@psf.upfronthosting.co.za>
In-reply-to
Content
Observed on Windows 7 with Jython 2.7rc2, test_zipimport_jy reports:

> jython -m test.test_zipimport_jy
test_load_class_from_syspath_zip (__main__.SyspathZipimportTest) ... ok
test_load_pkg_from_syspath (__main__.SyspathZipimportTest) ... ok
test_package_defined (__main__.SyspathZipimportTest) ... ok
test_zipimporter_subclass (__main__.SyspathZipimportTest) ... ok

----------------------------------------------------------------------
Ran 4 tests in 0.047s

OK
test_subclass_assign_attribute (__main__.ZipImporterDictTest) ... ERROR

======================================================================
ERROR: test_subclass_assign_attribute (__main__.ZipImporterDictTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\jython\2.7rc2\Lib\test\test_zipimport_jy.py", line 51, in test_subclass_assign_attribute
    A(path).somevar = 1
zipimport.ZipImportError: not a Zip file: C:\Users\Jeff\Documents\Jython\2.7rc2\tests\modjy\lib_python_folder\test_modules.zip

----------------------------------------------------------------------
Ran 1 test in 0.000s
History
Date User Action Args
2015-04-06 21:19:02jeff.allensetrecipients: + jeff.allen
2015-04-06 21:19:02jeff.allensetmessageid: <1428355142.93.0.685303816695.issue2318@psf.upfronthosting.co.za>
2015-04-06 21:19:02jeff.allenlinkissue2318 messages
2015-04-06 21:19:02jeff.allencreate