>>> import sys >>> n = sys.stdout.write('something') something>>> n 9 >>>
Yes, that works as expected, now, similar to 2.6. Thank you both, Diez and André! -Jerzy -- http://mail.python.org/mailman/listinfo/python-list
>>> import sys >>> n = sys.stdout.write('something') something>>> n 9 >>>
Yes, that works as expected, now, similar to 2.6. Thank you both, Diez and André! -Jerzy -- http://mail.python.org/mailman/listinfo/python-list