diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-05-08 02:24:05 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-05-08 02:24:05 (GMT) |
commit | 869b1f907034e2d0299b45362ed0dc30269269ee (patch) | |
tree | b49c6ae3ebbc8f6712ae78ec61ef2cfdb310db59 /Lib/io.py | |
parent | bbf83933c5c6e8d5d171c11fb1c8feeeb825bcf3 (diff) | |
parent | 3b66623a294af464b88da25bdbc9057ce82d0ccf (diff) | |
download | cpython-869b1f907034e2d0299b45362ed0dc30269269ee.zip cpython-869b1f907034e2d0299b45362ed0dc30269269ee.tar.gz cpython-869b1f907034e2d0299b45362ed0dc30269269ee.tar.bz2 |
merge 3.2
Diffstat (limited to 'Lib/io.py')
-rw-r--r-- | Lib/io.py | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -34,15 +34,6 @@ DEFAULT_BUFFER_SIZE """ # New I/O library conforming to PEP 3116. -# XXX edge cases when switching between reading/writing -# XXX need to support 1 meaning line-buffered -# XXX whenever an argument is None, use the default value -# XXX read/write ops should check readable/writable -# XXX buffered readinto should work with arbitrary buffer objects -# XXX use incremental encoder for text output, at least for UTF-16 and UTF-8-SIG -# XXX check writable, readable and seekable in appropriate places - - __author__ = ("Guido van Rossum <guido@python.org>, " "Mike Verdone <mike.verdone@gmail.com>, " "Mark Russell <mark.russell@zen.co.uk>, " |