This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dholth
Recipients dholth, r.david.murray
Date 2013-07-06.12:30:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373113834.9093.140661252531729.397133E0@webmail.messagingengine.com>
In-reply-to <1373084144.36.0.640373284092.issue18373@psf.upfronthosting.co.za>
Content
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>
> _______________________________________
History
Date User Action Args
2013-07-06 12:30:36dholthsetrecipients: + dholth, r.david.murray
2013-07-06 12:30:36dholthlinkissue18373 messages
2013-07-06 12:30:35dholthcreate