homepage

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 skrah
Recipients brett.cannon, ncoghlan, pitrou, skrah
Date 2012年02月22日.19:15:48
SpamBayes Score 3.68257e-05
Marked as misclassified No
Message-id <1329938149.25.0.26358132566.issue14080@psf.upfronthosting.co.za>
In-reply-to
Content
No, this is sys.path after sys.path.insert(0, os.curdir):
['.', '', '/usr/local/lib/python33.zip', '/usr/home/stefan/hg/cpython/Lib', '/usr/home/stefan/hg/cpython/Lib/plat-freebsd9', '/usr/home/stefan/hg/cpython/build/lib.freebsd-9.0-RELEASE-amd64-3.3-pydebug']
It is also possible to trigger the failure by adding this to the top of 
test_imp.py:
try:
 importlib.import_module("_sqlite3")
except ImportError:
 pass
Then it's sufficient to run only test_imp (and not test_sqlite).
History
Date User Action Args
2012年02月22日 19:15:49skrahsetrecipients: + skrah, brett.cannon, ncoghlan, pitrou
2012年02月22日 19:15:49skrahsetmessageid: <1329938149.25.0.26358132566.issue14080@psf.upfronthosting.co.za>
2012年02月22日 19:15:48skrahlinkissue14080 messages
2012年02月22日 19:15:48skrahcreate

AltStyle によって変換されたページ (->オリジナル) /