Staging
v0.8.1
https://github.com/python/cpython
Revision f3fa07470381b4f54b2d3f911fc22624e9b0b27d authored by Antoine Pitrou on 31 January 2010, 22:26:04 UTC, committed by Antoine Pitrou on 31 January 2010, 22:26:04 UTC
  file position when calling `truncate()`.  It would previously change the
  file position to the given argument, which goes against the tradition of
  ftruncate() and other truncation APIs.  Patch by Pascal Chambon.
1 parent e70c72c
History
Tip revision: f3fa07470381b4f54b2d3f911fc22624e9b0b27d authored by Antoine Pitrou on 31 January 2010, 22:26:04 UTC
- Issue #6939: Fix file I/O objects in the `io` module to keep the original
Tip revision: f3fa074

README

back to top