[Python-ideas] Make os.pipe() return a namedtuple.
Nathaniel Smith
njs at pobox.com
Tue Jun 30 02:45:47 CEST 2015
More information about the Python-ideas mailing list
Tue Jun 30 02:45:47 CEST 2015
- Previous message (by thread): [Python-ideas] Make os.pipe() return a namedtuple.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): [Python-ideas] Make os.pipe() return a namedtuple.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list