Message192427
You would just enable this during your serialization code, and if
(perhaps someone is calling your library and passing it the wrong type)
they would be guarded against this common error.
On Sat, Jul 6, 2013, at 12:15 AM, R. David Murray wrote:
>
> R. David Murray added the comment:
>
> Why wouldn't you just enable bytes warning and fix all the code to work
> correctly?
>
> ----------
> nosy: +r.david.murray
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue18373>
> _______________________________________ |
|
Date |
User |
Action |
Args |
2013-07-06 12:30:36 | dholth | set | recipients:
+ dholth, r.david.murray |
2013-07-06 12:30:36 | dholth | link | issue18373 messages |
2013-07-06 12:30:35 | dholth | create | |
|