Staging
v0.5.1
https://github.com/python/cpython
Revision 9440a4a22c53d79342d1717a0fb5f586fc9baf2b authored by Antoine Pitrou on 06 August 2009, 20:18:58 UTC, committed by Antoine Pitrou on 06 August 2009, 20:18:58 UTC
........
  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.
........
1 parent 763b301
History
Tip revision: 9440a4a22c53d79342d1717a0fb5f586fc9baf2b authored by Antoine Pitrou on 06 August 2009, 20:18:58 UTC
Blocked revisions 74336 via svnmerge
Tip revision: 9440a4a
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.bzrignore -rw-r--r-- 673 bytes
.hgignore -rw-r--r-- 866 bytes
.hgtags -rw-r--r-- 3.9 KB
LICENSE -rw-r--r-- 13.6 KB
Makefile.pre.in -rw-r--r-- 38.1 KB
README -rw-r--r-- 53.6 KB
configure -rwxr-xr-x 665.1 KB
configure.in -rw-r--r-- 105.1 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 28.8 KB
setup.py -rw-r--r-- 80.8 KB

README

back to top