mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
#2879: rename _winreg to winreg.
This commit is contained in:
parent
2cb57a40b2
commit
38feaf0fef
20 changed files with 72 additions and 71 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue