[issue12947] doctest directive examples in library/doctest.html lack the flags

2012-09-09 Thread Chris Jerdonek
Chris Jerdonek added the comment: I discovered this today as well while reading the doctest documentation. One thing that I never noticed before (and that doesn't seem to be reflected in the comments above) is that many of the code snippet rectangles in the doctest documentation have a small r

[issue15898] OSX TTY bug

2012-09-09 Thread Ned Deily
Ned Deily added the comment: Sorry, all I can tell you is that, for me, your test produces an empty string as output with either Python 2.7 or 3.3 and, if I remove the time.sleep() call or remove the os.close(slave), "testing" or b"testing" is output. I'm not sure what you believe the problem

<    1   2