• Antoine Pitrou's avatar
    Merged revisions 74336 via svnmerge from · a0ceb731
    Antoine Pitrou yazdı
    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.
    ........
    a0ceb731
Adı
Son kayıt (commit)
Son güncelleme
..
_iomodule.c Loading commit data...
_iomodule.h Loading commit data...
bufferedio.c Loading commit data...
bytesio.c Loading commit data...
fileio.c Loading commit data...
iobase.c Loading commit data...
stringio.c Loading commit data...
textio.c Loading commit data...