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 ocean-city
Recipients ocean-city
Date 2008-09-11.17:59:32
SpamBayes Score 3.5332157e-06
Marked as misclassified No
Message-id <1221155992.48.0.592399874075.issue3838@psf.upfronthosting.co.za>
In-reply-to
Content
This differs from issue3824. test_tarfile claims following error at the
end of test.

Traceback (most recent call last):
  File "test_tarfile.py", line 1210, in <module>
    test_main()
  File "test_tarfile.py", line 1207, in test_main
    shutil.rmtree(TEMPDIR)
  File "/home/WhiteRabbit/python-dev/trunk/Lib/shutil.py", line 225, in
rmtree
    onerror(os.rmdir, path, sys.exc_info())
  File "/home/WhiteRabbit/python-dev/trunk/Lib/shutil.py", line 223, in
rmtree
    os.rmdir(path)
OSError: [Errno 90] Directory not empty:
'/cygdrive/c/DOCUME~1/WHITER~1/LOCALS~1
/Temp/test_tarfile_tmp'

I've attached patch.
History
Date User Action Args
2008-09-11 17:59:52ocean-citysetrecipients: + ocean-city
2008-09-11 17:59:52ocean-citysetmessageid: <1221155992.48.0.592399874075.issue3838@psf.upfronthosting.co.za>
2008-09-11 17:59:32ocean-citylinkissue3838 messages
2008-09-11 17:59:32ocean-citycreate