At first I thought that it did (I created a .py file containing a single print statement and saw the output), but then I ran the same file under my normal user and saw that output too. But when I ran the unit test that I'd been using to try it before, I still saw no output from that, although it generates a lot of output when run in a Terminal window.
Ah, so it works for python programs that just print something? Can you post a minimal example of a program that doesn't work correctly?