]> granicus.if.org Git - python/commit
Merged revisions 74336 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 6 Aug 2009 20:29:56 +0000 (20:29 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 6 Aug 2009 20:29:56 +0000 (20:29 +0000)
commita0ceb731fb8bbd4aeefdb25b7aa9d5fa7abed5f9
treedb12e3aab0d1a9c340a243d5c6fab8cfe26ee6d5
parent5a5453978fbe389b910450eded53456c233f6650
Merged revisions 74336 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r74336 | antoine.pitrou | 2009-08-06 22:18:29 +0200 (jeu., 06 août 2009) | 8 lines

  Issue #6629: Fix a data corruption issue in the new `io` package, which could
  occur when writing to a BufferedRandom object (e.g. a file opened in "rb+" or
  "wb+" mode) after having buffered a certain amount of data for reading. This
  bug was not present in the pure Python implementation.

  Yes, this is a serious issue.
........
Lib/test/test_io.py
Misc/NEWS
Modules/_io/bufferedio.c