[Python-Dev] cpython: Closes issue 17467. Add readline and readlines support to (original) (raw)
Antoine Pitrou solipsis at pitrou.net
Wed Mar 20 09:03:20 CET 2013
- Previous message: [Python-Dev] cpython: Closes issue 17467. Add readline and readlines support to
- Next message: [Python-Dev] cpython: Closes issue 17467. Add readline and readlines support to
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, 20 Mar 2013 00:50:27 -0700 Michael Foord <fuzzyman at voidspace.org.uk> wrote:
If you want to add support for additional functionality feel free to propose a patch.
This isn't about additional functionality, this is about correctness. You don't want to write multiple, slightly different, implementations of readline() and friends (which is what Python 2 did).
Regards
Antoine.
- Previous message: [Python-Dev] cpython: Closes issue 17467. Add readline and readlines support to
- Next message: [Python-Dev] cpython: Closes issue 17467. Add readline and readlines support to
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]