5627: Python file-like objects use SEET_SET as the default whence.
authorBrett Smith <brett@curoverse.com>
Wed, 1 Apr 2015 19:50:08 +0000 (15:50 -0400)
committerBrett Smith <brett@curoverse.com>
Wed, 1 Apr 2015 19:50:08 +0000 (15:50 -0400)
commitfd0074f2200bc41bc63be770fffbe2446fb0cc03
treeca8110b57429e2cabaf02350f4d683fe23614d05
parent5781ff2dc48f95b7554259e0210272e7de2d883b
5627: Python file-like objects use SEET_SET as the default whence.

This is a brown paper bag commit.  All that time I spent grumbling
that we had the wrong default was completely incorrect.  We had it
right earlier, and I blew it.  See
<https://docs.python.org/2/library/stdtypes.html#file.seek>.

Closes #5627.
sdk/python/arvados/arvfile.py
sdk/python/tests/test_stream.py