[issue17083] can't specify newline string for readline for binary files

Antoine Pitrou report at bugs.python.org
Sat Feb 2 00:48:02 CET 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue17083>
_______________________________________


More information about the Python-bugs-list mailing list