Message3716

Author teratorn
Recipients fwierzbicki, teratorn
Date 2008-10-28.16:42:28
SpamBayes Score 3.1384494e-07
Marked as misclassified No
Message-id <1225212148.82.0.248624735229.issue1143@psf.upfronthosting.co.za>
In-reply-to
Content
I just updated SVN and built jython. Still exhibiting the same behavior:

Archimedes ~/code % mkdir foo2
Archimedes ~/code % jython/src/shell/jython
Jython 2.5a3+ (trunk:5523M, Oct 28 2008, 11:33:53) 
[Java HotSpot(TM) Server VM (Sun Microsystems Inc.)] on java1.5.0_15
Type "help", "copyright", "credits" or "license" for more information.
>>> import foo2
>>> foo2.__file__
>>> dir(foo2)
['__name__']
>>> foo2.__name__
'foo2'
>>> 

I would expect "import foo2" to raise an ImportError since there isn't 
any such package.
History
Date User Action Args
2008-10-28 16:42:28teratornsetmessageid: <1225212148.82.0.248624735229.issue1143@psf.upfronthosting.co.za>
2008-10-28 16:42:28teratornsetrecipients: + teratorn, fwierzbicki
2008-10-28 16:42:28teratornlinkissue1143 messages
2008-10-28 16:42:28teratorncreate