[Python-ideas] Make os.pipe() return a namedtuple.

Nathaniel Smith njs at pobox.com
Tue Jun 30 02:45:47 CEST 2015


On Mon, Jun 29, 2015 at 7:51 AM, Jonathan Slenders <jonathan at slenders.be> wrote:
> Could we do that? Is there is reason it's not already a namedtuple?
>
> I always forget what the read-end and what the write-end of the pipe is, and
> I use it quite regularly.

Sounds like a good idea to me.

-n

-- 
Nathaniel J. Smith -- http://vorpus.org


More information about the Python-ideas mailing list