2007/11/7, Amaury Forgeot d'Arc <[EMAIL PROTECTED]>: > > >>> for i in list('print is not flushing'): > > ... print(i,end='') > > ... > > print is not flushin[3.0a1]>>> print() > > g > > >>> for i in list('printisnotflushing'): > > ... print(i,end='') > > ... > > printisnotflushing>>> > > I don't like this [3.0a1] in the output. Does someone know where it > can come from? (yes, PY_VERSION, but the brakets?)
Sorry, it is just copy-paste mistake. It's my hack of python. I am running a few interpreters at the same time and I like to know, which is which. Thus my interpreter prints '[3.0a1]>>>' and '[3.0a1]...' instead of '>>>' and '...'. Wojciech Walczak _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com