1328
1328
# This is intentionally reading off the end of the file
1329
1329
# since we are sure that it cannot get there
1331
1333
transport.readv, 'a', [(1,1), (8,10)])
1333
1335
# This is trying to seek past the end of the file, it should
1334
1336
# also raise a special error
1336
1338
transport.readv, 'a', [(12,2)])