[New-bugs-announce] [issue3838] test_tarfile error on cygwin (Directory not empty)

Hirokazu Yamamoto report at bugs.python.org
Thu Sep 11 19:59:52 CEST 2008


New submission from Hirokazu Yamamoto <ocean-city at m2.ccsnet.ne.jp>:

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.

----------
files: test_tarfile.patch
keywords: easy, patch
messages: 73044
nosy: ocean-city
severity: normal
status: open
title: test_tarfile error on cygwin (Directory not empty)
versions: Python 2.6, Python 3.0
Added file: http://bugs.python.org/file11465/test_tarfile.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3838>
_______________________________________


More information about the New-bugs-announce mailing list