]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 70352 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 13 Mar 2009 23:46:17 +0000 (23:46 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 13 Mar 2009 23:46:17 +0000 (23:46 +0000)
commit77df4a85958a5c0633a4dbb1007db3fc2b8efd91
treea85a0c966a209fd35271e20977acd98106a7ed51
parent54186692985b3de4eed17632af2c4accf53a45e0
Merged revisions 70352 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r70352 | antoine.pitrou | 2009-03-14 00:42:55 +0100 (sam., 14 mars 2009) | 4 lines

  Issue #5016: FileIO.seekable() could return False if the file position
  was negative when truncated to a C int. Patch by Victor Stinner.
........
Lib/test/test_largefile.py
Misc/NEWS
Modules/_fileio.c