This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients grahamd, hdima, pitrou, pje
Date 2009-01-03.20:26:56
SpamBayes Score 1.4516055e-11
Marked as misclassified No
Message-id <1231014402.22041.6.camel@localhost>
In-reply-to <495FC97A.3080508@hlabs.spb.ru>
Content
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.
History
Date User Action Args
2009-01-03 20:26:58pitrousetrecipients: + pitrou, pje, hdima, grahamd
2009-01-03 20:26:57pitroulinkissue4718 messages
2009-01-03 20:26:56pitroucreate