diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-05-07 22:23:48 -0400 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-05-07 22:23:48 -0400 |
commit | f1aeef27b3e948564b84ec212bfbe7e753de4212 (patch) | |
tree | e49c6058977dc20e261d1efd399e197303dd2b33 /Lib/io.py | |
parent | 1d710b6a84677ed3e19b97863893c61cfc1a75bb (diff) | |
download | cpython-git-f1aeef27b3e948564b84ec212bfbe7e753de4212.tar.gz |
remove basically bitrotted XXXs
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>, " |