Message238636
@Brett: Yes, the patch handles `42 == b'*'` as well.
@Victor: The problem in such code:
x = b'Array'
x[0] == b'A'
Added explicit tests for bytes on the right side of the comparison and replaced b'.'[0] to ord(b'.'). |
|
Date |
User |
Action |
Args |
2015-03-20 10:09:08 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, brett.cannon, paul.moore, vstinner, Claudiu.Popa, berker.peksag, martin.panter |
2015-03-20 10:09:08 | serhiy.storchaka | set | messageid: <1426846148.69.0.311840367914.issue23681@psf.upfronthosting.co.za> |
2015-03-20 10:09:08 | serhiy.storchaka | link | issue23681 messages |
2015-03-20 10:09:08 | serhiy.storchaka | create | |
|