New submission from David Vitek <[EMAIL PROTECTED]>:

If copystat fails in copytree on a non-windows box, you will get:

NameError: global name 'WindowsError' is not defined:
...
    except WindowsError:

----------
components: Library (Lib)
files: p.patch
keywords: patch
messages: 68373
nosy: dvitek
severity: normal
status: open
title: shutil references undefined WindowsError symbol
type: crash
versions: Python 2.5
Added file: http://bugs.python.org/file10655/p.patch

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3134>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to