Thanks to Geoff for a Windows fix to CGIAdaptor to set sys.stdout to binary
mode so that WebKit can now server binary files on Windows such as images.
This shouldn't effect unix because it's only done when os.name is 'nt'.
I also updated the docs to reflect this
I will do a dry run now on both Windows and UNIX.
-Chuck
|