summaryrefslogtreecommitdiffstats
path: root/Python/getcompiler.c
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-05-03 12:21:13 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-05-03 12:21:13 (GMT)
commit7684f852972901b2e55be898f316095c3acf51bc (patch)
treefa855aa9dfa7817548b203d1169b31a0e6d26719 /Python/getcompiler.c
parent64a4bbeb259026e6bb3e4a8864870b1ed35ffab2 (diff)
downloadcpython-7684f852972901b2e55be898f316095c3acf51bc.zip
cpython-7684f852972901b2e55be898f316095c3acf51bc.tar.gz
cpython-7684f852972901b2e55be898f316095c3acf51bc.tar.bz2
In test_io, StatefulIncrementalDecoderTest was not part of the test suite.
And of course, the test failed: a bytearray was used without reason in io.TextIOWrapper.tell(). The difference is that iterating over bytes (i.e. str in python2.6) returns 1-char bytes, whereas bytearrays yield integers. This code should still work with python3.0
Diffstat (limited to 'Python/getcompiler.c')
0 files changed, 0 insertions, 0 deletions