Message267432
The current implementation of os.fspath() outputs something like this if you call os.fspath(0):
expected str, bytes or os.PathLike object, not <class 'int' at 0x10a3f3e50>
This patch changes the output to:
expected str, bytes or os.PathLike object, not int |
|
| Date |
User |
Action |
Args |
| 2016-06-05 16:58:05 | JelleZijlstra | set | recipients:
+ JelleZijlstra, ethan.furman |
| 2016-06-05 16:58:05 | JelleZijlstra | set | messageid: <[email protected]> |
| 2016-06-05 16:58:05 | JelleZijlstra | link | issue27232 messages |
| 2016-06-05 16:58:05 | JelleZijlstra | create | |
|