~~~
Improved virtual directory support:
Application can now be deployed to any level of the IIS directory structure including the root.
SCRIPT_NAME is now set properly (to the app root if it's a `*`-mapped script handler)
Added Python 3.0 compatibility
First release to PyPI
Set IIS REMOTE_ADDR env variable as part of WSGI environment.
Add optional size argument to wsgi.input's readline(). This is not part of WSGI spec, but stdlib
cgi.py now requires it.