I've got an iPhone 4S and when I'm running a scene, my bounds are Rect(x=0, y=0, w=320.0, h=480.0)
I was working on a keyboard for scene: https://gist.github.com/4094718
I included code to generate on-the-fly both the standard and retina display versions of the keyboard png file, only to find out that, even though the Pythonista UI is retina resolution, scene renders never were.
... If retina will never be available, that's ok - makes for simpler GUI applications (and less processor load) - but I'd love to know for sure, so I can just drop the code to check for it / upscale the image.