Staging
v0.5.1
https://github.com/python/cpython
Revision 2483728850cc3c12920d7794ac01a3e890995622 authored by Antoine Pitrou on 05 February 2010, 17:11:32 UTC, committed by Antoine Pitrou on 05 February 2010, 17:11:32 UTC
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r77989 | antoine.pitrou | 2010-02-05 18:05:54 +0100 (ven., 05 févr. 2010) | 6 lines

  Issue #5677: Explicitly forbid write operations on read-only file objects,
  and read operations on write-only file objects.  On Windows, the system C
  library would return a bogus result; on Solaris, it was possible to crash
  the interpreter.  Patch by Stefan Krah.
........
1 parent 6e127db
History
Tip revision: 2483728850cc3c12920d7794ac01a3e890995622 authored by Antoine Pitrou on 05 February 2010, 17:11:32 UTC
Merged revisions 77989 via svnmerge from
Tip revision: 2483728
File Mode Size
c-api
data
distutils
documenting
extending
faq
howto
includes
install
library
reference
tools
tutorial
using
whatsnew
ACKS.txt -rw-r--r-- 4.3 KB
Makefile -rw-r--r-- 5.1 KB
README.txt -rw-r--r-- 4.9 KB
about.rst -rw-r--r-- 1.3 KB
bugs.rst -rw-r--r-- 2.8 KB
conf.py -rw-r--r-- 5.6 KB
contents.rst -rw-r--r-- 440 bytes
copyright.rst -rw-r--r-- 451 bytes
glossary.rst -rw-r--r-- 27.0 KB
license.rst -rw-r--r-- 36.6 KB
make.bat -rw-r--r-- 1.6 KB

README.txt

back to top