]> granicus.if.org Git - python/commit
Mark discovered a bug in his patch: he didn't *use* PyExc_WindowsError
authorGuido van Rossum <guido@python.org>
Thu, 2 Mar 2000 13:55:01 +0000 (13:55 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 2 Mar 2000 13:55:01 +0000 (13:55 +0000)
commit0b556709680c7223a77f42c45bac0fc00c06b798
tree28b7d24f64b8fbbd8d3910f2e7c78093f4e86374
parent76ec0d6d76bf2416d92a51f0317cfe1094e9e5f6
Mark discovered a bug in his patch: he didn't *use* PyExc_WindowsError
in PyErr_SetFromWindowsErrWithFilename() like he intended to... :-)
Python/errors.c