commit | 09fbcd6085e18b534fd4161844ff39f77eb4a082 | [log] [tgz] |
---|---|---|
author | Pablo Galindo <Pablogsal@gmail.com> | Mon Feb 18 10:46:34 2019 +0000 |
committer | GitHub <noreply@github.com> | Mon Feb 18 10:46:34 2019 +0000 |
tree | 18814d4cc2ac1949afac68a27474645973f835f5 | |
parent | ac28147e78c45a6217d348ce90ca5281d91f676f [diff] |
bpo-35942: Improve the error message if __fspath__ returns invalid types in path_converter (GH-11831) The error message emitted when returning invalid types from __fspath__ in interfaces that allow passing PathLike objects has been improved and now it does explain the origin of the error.