Le samedi 03 janvier 2009 à 20:24 +0000, Dmitry Vasiliev a écrit :
> Dmitry Vasiliev <dima@hlabs.spb.ru> added the comment:
>
> Antoine Pitrou wrote:
> > People, does this patch look ok to you?
>
> Oh, didn't know about -bb.
Well, it's meant to catch potential bugs. str and bytes always compare
unequal in py3k (i.e. "a" != b"a"), so it's good to use -bb when porting
some stuff from 2.x.
There's another problem in that buildbot failure with the environment
variable "NO_PROXY". We'll see if it's still there after the patch. |