File: version-4.5.5.rst

package info (click to toggle)
mod-wsgi 5.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,824 kB
  • sloc: ansic: 15,512; python: 3,697; makefile: 219; sh: 107
file content (16 lines) | stat: -rw-r--r-- 549 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
=============
Version 4.5.5
=============

Version 4.5.5 of mod_wsgi can be obtained from:

  https://codeload.github.com/GrahamDumpleton/mod_wsgi/tar.gz/4.5.5

Features Changed
----------------

1. Reverted the change in 4.5.4 which associated any messages logged via
   ``sys.stdout`` and ``sys.stderr`` back to the request so that Apache
   could log them with the correct request log ID. This was necessary as
   the change was causing process crashes under Python 3. The feature will
   be reinstated when a solution to the issue can be found.