3.0.6
Patch release 3.0.6 of Webware for Python 3.
Please see the list of changes for an overview of all the new things in version 3.
Changes in this patch release:
- The
FieldStorage
class has now been incorporated into Webware, since thecgi
module has been deprecated in the standard library. - If running under
mod_wsgi
, the Application shutdown handler is now also registered withsubscribe_shutdown
. This solves the problem that theatexit()
were sometimes not called with Python >= 3.9.