On Sun, Nov 16, 2014 at 4:25 PM, Dan Stromberg <drsali...@gmail.com> wrote:
> Works for me, although it's a little different in Jython:
> $ pythons --command 'import sys; print(sys.stdin.fileno())'
> /usr/local/jython-2.7b3/bin/jython good org.python.core.io.StreamIO@170ed6ab

Huh, that is curious. According to its CPython docstring, it's
supposed to return an integer (no idea if that's standardized)... but
I guess if os.read() takes that StreamIO object, then it'll do as
well.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to