Issue1639047

classification
Title: several modules in module package are not modules
Type: Severity: normal
Components: Library Versions:
Milestone:
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: leouserz, zyasoft
Priority: normal Keywords:

Created on 2007-01-18.23:06:00 by leouserz, last changed 2008-09-14.06:49:49 by zyasoft.

Files
File name Uploaded Description Edit Remove
TestJavaModules.py leouserz, 2007-01-18.23:06:01 imports and prints out type of module
Messages
msg1400 (view) Author: Deleted User leouserz (leouserz) Date: 2007-01-18.23:06:00
Run the attached test and see that instead of type module, these classes are of type javaclass.   In python they are type module.

leouser
msg3595 (view) Author: Jim Baker (zyasoft) Date: 2008-09-14.06:49:48
This is an implementation detail, and it doesn't seem to have any impact
on actual code.
History
Date User Action Args
2008-09-14 06:49:49zyasoftsetstatus: open -> closed
resolution: wont fix
messages: + msg3595
components: + Library, - None
nosy: + zyasoft
2007-01-18 23:06:00leouserzcreate