Please help with Threading

Chris Angelico rosuav at gmail.com
Mon May 20 21:50:17 EDT 2013


On Tue, May 21, 2013 at 11:44 AM, 88888 Dihedral
<dihedral88888 at googlemail.com> wrote:
> OK, if the python interpreter has a global hiden print out
> buffer of ,say, 2to 16 K bytes, and all  string print functions
> just construct the output string from the format to this string
> in an efficient low level way, then the next question
> would be that whether the uses can use functions in this
> low level buffer for other string formatting jobs.

You remind me of George.
http://www.chroniclesofgeorge.com/

Both make great reading when I'm at work and poking around with random
stuff in our .SQL file of carefully constructed mayhem.

ChrisA



More information about the Python-list mailing list