This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author abraithwaite
Recipients abraithwaite, berker.peksag, docs@python, eric.smith, rhettinger
Date 2014-06-17.14:25:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403015106.55.0.120760764138.issue21784@psf.upfronthosting.co.za>
In-reply-to
Content
Interesting.  I saw the same behavior on 2.7.7 as well:

$ python2
Python 2.7.7 (default, Jun  3 2014, 01:46:20) 
[GCC 4.9.0 20140521 (prerelease)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from pkg import foobar
>>> foobar
<module 'pkg.foobar' from 'pkg/foobar.py'>
>>> 

Anyways, it doesn't bother me too much.  I opened a ticket because I couldn't find an already open bug about it or any reference to it on google (although the keywords aren't great for google searches).

Cheers!
History
Date User Action Args
2014-06-17 14:25:06abraithwaitesetrecipients: + abraithwaite, rhettinger, eric.smith, docs@python, berker.peksag
2014-06-17 14:25:06abraithwaitesetmessageid: <1403015106.55.0.120760764138.issue21784@psf.upfronthosting.co.za>
2014-06-17 14:25:06abraithwaitelinkissue21784 messages
2014-06-17 14:25:06abraithwaitecreate