diff options
author | R David Murray <rdmurray@bitdance.com> | 2011-03-14 22:54:19 -0400 |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2011-03-14 22:54:19 -0400 |
commit | 5fa03f709383c42df97d35f90570e909d2eb7afa (patch) | |
tree | b4aefb8ad521164a00e7bd21ed6ca8fc40c1cb23 /Python/dynload_win.c | |
parent | 0f725e3b0cadc7145d77b03061556e162b65f689 (diff) | |
parent | eba3adb8c547317bb259a27be2dc6b0af2f467af (diff) | |
download | cpython-5fa03f709383c42df97d35f90570e909d2eb7afa.tar.gz |
Merge redundant __contains__ doc fix from 3.2.
Diffstat (limited to 'Python/dynload_win.c')
-rw-r--r-- | Python/dynload_win.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/dynload_win.c b/Python/dynload_win.c index 73a1dcf897..9c04250f33 100644 --- a/Python/dynload_win.c +++ b/Python/dynload_win.c @@ -171,7 +171,7 @@ static char *GetPythonImport (HINSTANCE hModule) return NULL; } -dl_funcptr _PyImport_GetDynLoadFunc(const char *fqname, const char *shortname, +dl_funcptr _PyImport_GetDynLoadFunc(const char *shortname, const char *pathname, FILE *fp) { dl_funcptr p; |