WebKit 0.4.1 Release Notes
Version 0.4.1
Webware for Python 0.4.1
Changes
- Version 0.4.1 was released on 10/5/2000.
- We officially support and test on Python 1.5.2 and Python 2.0b2.
- These two items were the major drivers for the 0.4.1 release:
- Fixes to socket calls like connect() and bind() to support API restrictions in Python 2.0b2.
- Fixes and refinements to the WebKit Install Guide.
- Also, in
Application.__init__()
, moved the creation of sessions to come after contexts, since context initialization code might be necessary for unarchiving sessions. Also moved the creation of contexts after servlet factories, in case contexts need to access them.
Note: As a WebKit user, you probably don't have to understand this. You'll just enjoy the smoother operation.