#2879: rename _winreg to winreg.

This commit is contained in:
Georg Brandl 2008-05-25 07:45:51 +00:00
parent 2cb57a40b2
commit 38feaf0fef
20 changed files with 72 additions and 71 deletions

View file

@ -476,7 +476,7 @@ static PyObject *
win32_error(char* function, char* filename)
{
/* XXX We should pass the function name along in the future.
(_winreg.c also wants to pass the function name.)
(winreg.c also wants to pass the function name.)
This would however require an additional param to the
Windows error object, which is non-trivial.
*/