commit | 002665a9da3a2924c4a08511ede62ff4d1dabc48 | [log] [tgz] |
---|---|---|
author | Roy Williams <roy.williams.iii@gmail.com> | Mon May 22 22:24:17 2017 -0700 |
committer | Ćukasz Langa <lukasz@langa.pl> | Mon May 22 22:24:17 2017 -0700 |
tree | 1b8d492d97e6251d2c9b84b0433e594985e5a88c | |
parent | d618c8c6d31b9b288f8a070417683974eb98e3ba [diff] |
bpo-30432: FileInput doesn't accept PathLike objects for file names (#1732) * Allow FileInput to accept a single PathLike object as a parameter for `files` Fixes bpo-30432: FileInput doesn't accept PathLike objects for file names * Address comments from @ambv