Tim,

Every now and then you pop up on the tutor list to answer
"interesting" posts like this:

"Tim Peters" <[EMAIL PROTECTED]> wrote
> That much does /only/ the decimal-string -> large binary integer 
> part.
> Don't display i until the next step.  For display, it's /enormously/
> faster to convert to a power-of-2 output base (instead of to 
> decimal),
> like
>
>>>> print hex(i)

But given the number of other groups you contribute to, I can't 
believe you
have time to read all of them, so how do you filter out the 
interesting
ones?

Yours Curiously,

Alan G.


_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to