Message220000
| Author | martin.panter |
|---|---|
| Recipients | docs@python, emily.zhao, eric.araujo, ezio.melotti, georg.brandl, lemburg, martin.panter, ncoghlan, r.david.murray |
| Date | 2014-06-07.23:43:16 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1402184596.43.0.3364230547.issue11681@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Trouble is, in Python 2 bytes() and str() are the same thing, and most of those conditions don’t apply. Maybe something like this is more correct:
-b : issue warnings about comparing bytearray with unicode.
(-bb: issue errors) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-06-07 23:43:16 | martin.panter | set | recipients: + martin.panter, lemburg, georg.brandl, ncoghlan, ezio.melotti, eric.araujo, r.david.murray, docs@python, emily.zhao |
| 2014-06-07 23:43:16 | martin.panter | set | messageid: <1402184596.43.0.3364230547.issue11681@psf.upfronthosting.co.za> |
| 2014-06-07 23:43:16 | martin.panter | link | issue11681 messages |
| 2014-06-07 23:43:16 | martin.panter | create | |