<br>What's the best way of reading lines of null terminated (ASCII NUL, \0) text in Python 2.x?  How about for 3.x?<br><br>I've been using <a href="http://stromberg.dnsalias.org/~strombrg/readline0.html">http://stromberg.dnsalias.org/~strombrg/readline0.html</a> with 2.x, but I'm moving some of my stuff to 3.x, and am wondering if there's a way that would obviate readline0.<br>
<br>TIA!<br><br>