File: version-4.5.2.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 (14 lines) | stat: -rw-r--r-- 395 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
=============
Version 4.5.2
=============

Version 4.5.2 of mod_wsgi can be obtained from:

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

Bugs Fixed
----------

1. When using ``--debug-mode`` with ``mod_wsgi-express`` any additional
   directories to search for Python modules, which were supplied by the
   ``--python-path`` option, were not being added to ``sys.path``.