Message207355
| Author | martin.panter |
|---|---|
| Recipients | docs@python, eric.araujo, ezio.melotti, georg.brandl, lemburg, martin.panter, ncoghlan, r.david.murray |
| Date | 2014-01-05.07:12:51 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1388905971.76.0.623818231163.issue11681@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Try this to trigger a warning:
python2 -b -c 'bytearray("3") == u"3"'
-c:1: BytesWarning: Comparison between bytearray and string |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-01-05 07:12:51 | martin.panter | set | recipients: + martin.panter, lemburg, georg.brandl, ncoghlan, ezio.melotti, eric.araujo, r.david.murray, docs@python |
| 2014-01-05 07:12:51 | martin.panter | set | messageid: <1388905971.76.0.623818231163.issue11681@psf.upfronthosting.co.za> |
| 2014-01-05 07:12:51 | martin.panter | link | issue11681 messages |
| 2014-01-05 07:12:51 | martin.panter | create | |