]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 68836 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 21 Jan 2009 01:05:40 +0000 (01:05 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 21 Jan 2009 01:05:40 +0000 (01:05 +0000)
commit25f4347a9ad97babfb74d6aedbec00013300f246
tree3cf12f18a5fea28a628320ebb6f4f163260f92fb
parent0c0f9602c14aee26a8b5d588bb19d107be7674a7
Merged revisions 68836 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r68836 | antoine.pitrou | 2009-01-21 01:55:13 +0100 (mer., 21 janv. 2009) | 12 lines

  Merged revisions 68835 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r68835 | antoine.pitrou | 2009-01-21 01:45:36 +0100 (mer., 21 janv. 2009) | 6 lines

    Issue #5008: When a file is opened in append mode with the new IO library,
    do an explicit seek to the end of file (so that e.g. tell() returns the
    file size rather than 0). This is consistent with the behaviour of the
    traditional 2.x file object.
  ........
................
Lib/test/test_io.py
Misc/NEWS
Modules/_fileio.c