From: Benjamin Peterson Date: Tue, 8 May 2012 02:23:48 +0000 (-0400) Subject: remove basically bitrotted XXXs X-Git-Tag: v3.3.0a4~228^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b66623a294af464b88da25bdbc9057ce82d0ccf;p=python remove basically bitrotted XXXs --- diff --git a/Lib/io.py b/Lib/io.py index 87fab92ba7..a59a75ae09 100644 --- a/Lib/io.py +++ b/Lib/io.py @@ -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 , " "Mike Verdone , " "Mark Russell , "