[Python-3000] Reversing through text files with the new IO library

Mark Russell mark.russell at zen.co.uk
Mon Mar 12 21:51:32 CET 2007


On 12 Mar 2007, at 20:18, Guido van Rossum wrote:
> I would love for you to start working on this. Let me know off-line if
> you need more guidance (but CC Daniel and Mike so they know what's
> going on).

Great!  I'll start off by working up a patch that implements any easy  
missing stuff from http://docs.google.com/Doc?id=dfksfvqd_1cn5g5m  
(aiming for simplicity and reasonable but not extreme efficiency)  
along with more unit tests.   I'll also have a go at a BufferedReader  
method to support a reasonably efficient TextIOWrapper.readline().

Hopefully I'll have something in the next week or so.  Daniel and  
Mike - please let me know if I'm overlapping with anything you're  
working on - I don't want to tread on anyone's toes.

Mark


More information about the Python-3000 mailing list