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 vinay.sajip
Recipients brett.cannon, eli.bendersky, eric.araujo, ezio.melotti, giampaolo.rodola, ncoghlan, pitrou, python-dev, r.david.murray, sandro.tosi, vinay.sajip
Date 2011-08-02.22:36:16
SpamBayes Score 3.155349e-06
Marked as misclassified No
Message-id <1312324577.08.0.721905672401.issue11049@psf.upfronthosting.co.za>
In-reply-to
Content
test_forget still doesn't work using my installed Python:

test test_support failed -- Traceback (most recent call last):
  File "/usr/local/lib/python3.3/test/test_support.py", line 62, in test_forget
    mod = __import__(TESTFN)
ImportError: No module named '@test_20485_tmp'
History
Date User Action Args
2011-08-02 22:36:17vinay.sajipsetrecipients: + vinay.sajip, brett.cannon, ncoghlan, pitrou, giampaolo.rodola, ezio.melotti, eric.araujo, r.david.murray, eli.bendersky, sandro.tosi, python-dev
2011-08-02 22:36:17vinay.sajipsetmessageid: <1312324577.08.0.721905672401.issue11049@psf.upfronthosting.co.za>
2011-08-02 22:36:16vinay.sajiplinkissue11049 messages
2011-08-02 22:36:16vinay.sajipcreate