[Python-checkins] r66049 - python/trunk/Doc/whatsnew/2.6.rst

Antoine Pitrou solipsis at pitrou.net
Fri Aug 29 16:34:52 CEST 2008


andrew.kuchling <python-checkins <at> python.org> writes:
> +  There are five concrete classes implementing this ABC.
> +  :class:`BufferedWriter` and :class:`BufferedReader` are for objects
> +  that only support writing or reading and don't support random
> +  access.  :class:`BufferedRandom` adds the :meth:`seek` method for
> +  random access, 

Actually, BufferedReader and BufferedWriter both support random access.
BufferedRandom is just a class mixing the two.





More information about the Python-checkins mailing list