Message188370
> binary-mode write requires bytes-like object, not 'int'
Looks like the function that raises the error (Objects/abstract.c:352) doesn't have enough information to produce a message like that.
I attached a patch to #16518 that improves this and other error messages (this particular error is replaced by "a bytes-like object is required, not 'int'"). |
|
| Date |
User |
Action |
Args |
| 2013-05-04 15:32:37 | ezio.melotti | set | recipients:
+ ezio.melotti, terry.reedy, techtonik, eric.araujo, r.david.murray |
| 2013-05-04 15:32:37 | ezio.melotti | set | messageid: <[email protected]> |
| 2013-05-04 15:32:37 | ezio.melotti | link | issue17859 messages |
| 2013-05-04 15:32:37 | ezio.melotti | create | |
|