Message3818

Author pjenvey
Recipients fwierzbicki, pjenvey, teratorn
Date 2008-11-23.02:47:45
SpamBayes Score 0.00019452046
Marked as misclassified No
Message-id <1227408466.22.0.681870907849.issue1143@psf.upfronthosting.co.za>
In-reply-to
Content
Doh, this is due to our PathPackageManager attempting to handle Java 
packages that might only contain other packages:

http://fisheye3.atlassian.com/browse/jython/trunk/jython/src/org/python/
core/packagecache/PathPackageManager.java?r=4040#l46

We should make this packageExists() check consider an empty directory to 
not be a package -- but we would have the same issue for an empty 
directory containing another directory. I'm not sure we can handle this 
without some false positives
History
Date User Action Args
2008-11-23 02:47:46pjenveysetmessageid: <1227408466.22.0.681870907849.issue1143@psf.upfronthosting.co.za>
2008-11-23 02:47:46pjenveysetrecipients: + pjenvey, fwierzbicki, teratorn
2008-11-23 02:47:46pjenveylinkissue1143 messages
2008-11-23 02:47:46pjenveycreate