On 7/19/22 16:43, Dan Stromberg wrote: > When porting code from python2 -> python3, one of the biggest hurdles is getting all the things that used to be just > str, converted to sometimes-str-sometimes-bytes. > > python3 -b warns about comparisons and likely-unsafe conversions. > > If -b is no longer alerting about these, what does that really mean?
Another way to phrase the question: What kind of str/bytes problems does -b not warn about? -- ~Ethan~ _______________________________________________ code-quality mailing list -- code-quality@python.org To unsubscribe send an email to code-quality-le...@python.org https://mail.python.org/mailman3/lists/code-quality.python.org/ Member address: arch...@mail-archive.com