Antoine Pitrou <pit...@free.fr> added the comment:

Le samedi 03 janvier 2009 à 20:24 +0000, Dmitry Vasiliev a écrit :
> Dmitry Vasiliev <d...@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.

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue4718>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to