[issue3134] shutil references undefined WindowsError symbol
David Vitek
report at bugs.python.org
Wed Jun 18 22:49:50 CEST 2008
New submission from David Vitek <dvitek at grammatech.com>:
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 <report at bugs.python.org>
<http://bugs.python.org/issue3134>
_______________________________________
More information about the Python-bugs-list
mailing list