diff options
author | Steven Bethard <steven.bethard@gmail.com> | 2011-04-04 02:10:40 +0200 |
---|---|---|
committer | Steven Bethard <steven.bethard@gmail.com> | 2011-04-04 02:10:40 +0200 |
commit | 256e3a1f8424c148a689abd24a2c713141502b36 (patch) | |
tree | fe90b92394c35313abe02a578a6b27f9f1697a3f /Python/dynload_os2.c | |
parent | 28f1b6495c7f5448bcb41f5f57e9bdfc72b084cd (diff) | |
parent | 0bc98794bbc2844b0eddbe3e42a5eea9fbf04dbe (diff) | |
download | cpython-256e3a1f8424c148a689abd24a2c713141502b36.tar.gz |
Issue #9347: Fix formatting for tuples in argparse type= error messages.
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; |