Facundo Batista schrieb:
> The question is what to do when we found a question in a code. Reading
> urllib2 I found:
>
> # XXX why does self.handlers need to be sorted?
>
> I found the answer, so I deleted that line, and added a comment in that
> place just to clarify.
>
> Shall I do somethin
One question and one answer (this is a balanced post, :p).
The question is what to do when we found a question in a code. Reading
urllib2 I found:
# XXX why does self.handlers need to be sorted?
I found the answer, so I deleted that line, and added a comment in that
place just to clarify.
Sh