commit | 6cfc5124f2a615922d32ac19a319ffab8edaad0f | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Dec 21 21:26:09 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Dec 21 21:26:09 2010 +0000 |
tree | 1d6b68e8021f9e1e10d7b32fad7708e39f4b30de | |
parent | 9fc6b6c4536417283c6f52b6dfb4c82afb372448 [diff] |
Merged revisions 87427 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87427 | antoine.pitrou | 2010-12-21 22:20:59 +0100 (mar., 21 déc. 2010) | 3 lines Issue #10750: The `raw` attribute of buffered IO objects is now read-only. ........