[Patches] Bug in my recent error patch

Mark Hammond mhammond@skippinet.com.au
Thu, 2 Mar 2000 17:41:35 +1100


Doh!  I had this code in place while we decided exactly where to put the new
error, and forgot to remove it!

I nearly have a win32reg, complete with test code :-)  I am passing it by
Trent first to check for 64 bit and alpha correctness...

Thanks,

Mark.

RCS file: /projects/cvsroot/python/dist/src/Python/errors.c,v
retrieving revision 2.43
diff -r2.43 errors.c
387c387
< 		PyErr_SetObject(PyExc_EnvironmentError, v);
---
> 		PyErr_SetObject(PyExc_WindowsError, v);