Webware for Python
Changes
- Version 0.2.2 was released on 6/13/2001.
- CGIWrapper's exception handling no longer fails on non-posix platforms such as Windows ME. Previously, it was trying to get too many OS values such as getegid(). Now it only gets the ones that are available.
- sys.path is dealt with better. A '' always appears at the front, and the '..' that was previously installed (in the event that Webware modules couldn't be found) is now passed through os.path.abspath().