r77891 - python/branches/release26-maint
31 Jan
2010
31 Jan
'10
10:26 p.m.
Author: antoine.pitrou Date: Sun Jan 31 23:26:41 2010 New Revision: 77891 Log: Note: the issue was fixed in an earlier commit. Blocked revisions 77890 via svnmerge ........ r77890 | antoine.pitrou | 2010-01-31 23:26:04 +0100 (dim., 31 janv. 2010) | 7 lines - Issue #6939: Fix file I/O objects in the `io` module to keep the original 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. ........ Modified: python/branches/release26-maint/ (props changed)
5371
Age (days ago)
5371
Last active (days ago)
0 comments
1 participants
participants (1)
-
antoine.pitrou