]> granicus.if.org Git - python/commitdiff
remove basically bitrotted XXXs
authorBenjamin Peterson <benjamin@python.org>
Tue, 8 May 2012 02:23:48 +0000 (22:23 -0400)
committerBenjamin Peterson <benjamin@python.org>
Tue, 8 May 2012 02:23:48 +0000 (22:23 -0400)
Lib/io.py

index 87fab92ba7b997cf9bab4fba0a99a5969281e3b0..a59a75ae0909fffa041b822c284e323dc0c3161b 100644 (file)
--- 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 <guido@python.org>, "
               "Mike Verdone <mike.verdone@gmail.com>, "
               "Mark Russell <mark.russell@zen.co.uk>, "