Actions
Bug #5627
closed[SDKs] PySDK file.seek() default whence should be SEET_SET, not SEEK_CUR
Story points:
0.5
Description
Heeeyyyyyy everybody, remember that time when I was grumbling about how our old seek() method had the wrong default whence argument?
I was apparently completely off my rocker, because the old version was correct. The default whence argument is SEEK_SET, not SEEK_CUR.
We should change it back before the situation gets worse.
Updated by Brett Smith almost 10 years ago
- Category set to SDKs
- Assigned To set to Brett Smith
- Target version changed from Bug Triage to 2015-04-29 sprint
Updated by Brett Smith almost 10 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset arvados|commit:fd0074f2200bc41bc63be770fffbe2446fb0cc03.
Actions