New submission from Hirokazu Yamamoto <[EMAIL PROTECTED]>: 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 <[EMAIL PROTECTED]> <http://bugs.python.org/issue3838> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com