[Python-ideas] Iterating non-newline-separated files should be easier

Clint Hepner clint.hepner at gmail.com
Sun Jul 20 17:11:25 CEST 2014



--
Clint

> On Jul 20, 2014, at 9:42 AM, Paul Moore <p.f.moore at gmail.com> wrote:
> 
> In actual fact, I can't think of a good example (either from my own
> experience, or mentioned in this thread) where I'd expect to be
> reading \0-terminated records from anything *except* sys.stdin.

Named pipes and whatever is used to implement process substitution ( < <(find ... -0) ) come to mind. 


More information about the Python-ideas mailing list