Antoine Pitrou added the comment:

I think readline() is quite clear in its current intent (it reads a line, which 
conventionally is delimited by '\n').
We mau want to add another method, say read_until_delimiter(), but it's not the 
same as readline() ;-) I think it would be best for it to be discussed, say on 
python-ideas (*), before any decision is made.

(*) http://mail.python.org/mailman/listinfo/python-ideas

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17083>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to