Message3818
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 |
|
| Date |
User |
Action |
Args |
| 2008-11-23 02:47:46 | pjenvey | set | messageid: <1227408466.22.0.681870907849.issue1143@psf.upfronthosting.co.za> |
| 2008-11-23 02:47:46 | pjenvey | set | recipients:
+ pjenvey, fwierzbicki, teratorn |
| 2008-11-23 02:47:46 | pjenvey | link | issue1143 messages |
| 2008-11-23 02:47:46 | pjenvey | create | |
|