In article <[email protected]>, <[email protected]> wrote: >>>> buffer = ('a'*998 + '\u20ac').encode('utf-8')[:1000] >>>> buffer.decode('utf-8') >Traceback (most recent call last): > File "<eta last command>", line 1, in <module> >UnicodeDecodeError: 'utf-8' codec can't decode bytes in position 998-999: >unexpected end of data >>>> >>>> # BOUM
hmm... >>> import sys as jmr >>> input = jmr.stdin.fileno() >>> output = jmr.stdout.fileno() >>> value = output / input Traceback (most recent call last): File "<stdin>", line 1, in <module> ZeroDivisionError: integer division or modulo by zero >>> # BOUM -- [J|O|R] <- .signature.gz -- https://mail.python.org/mailman/listinfo/python-list
