commit | fc9ead69e5839c8627b1f6acc718de844929d42f | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Dec 21 21:26:55 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Dec 21 21:26:55 2010 +0000 |
tree | 42c6a237dfa5ed13a002aab2be6a5f1cf371e30f | |
parent | 5cf36729994491329168f0cebea128fd1f7bb72d [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. ........