Skip to content

3.0.6

Compare
Choose a tag to compare
@Cito Cito released this 16 Jul 17:16
· 25 commits to main since this release

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 the cgi module has been deprecated in the standard library.
  • If running under mod_wsgi, the Application shutdown handler is now also registered with subscribe_shutdown. This solves the problem that the atexit() were sometimes not called with Python >= 3.9.