Webware for Python 0.4.1
These two items were the major drivers for the 0.4.1 release:
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.