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_os2.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_os2.c')
-rw-r--r-- | Python/dynload_os2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/dynload_os2.c b/Python/dynload_os2.c index 101c024bbe..f7264da04c 100644 --- a/Python/dynload_os2.c +++ b/Python/dynload_os2.c @@ -15,7 +15,7 @@ const struct filedescr _PyImport_DynLoadFiletab[] = { {0, 0} }; -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; |