diff options
| author | Graham Dumpleton <Graham.Dumpleton@gmail.com> | 2018-03-04 21:23:35 +1100 |
|---|---|---|
| committer | Graham Dumpleton <Graham.Dumpleton@gmail.com> | 2018-03-04 21:23:35 +1100 |
| commit | 08835df864c342a43d90eedb708067ac2a33b012 (patch) | |
| tree | 049dedd27948042f2671b7db613b4962ed9e2af7 /docs/release-notes | |
| parent | 8cef4a7b2a94e8d4edb89df7d13e334f930034a6 (diff) | |
| download | mod_wsgi-08835df864c342a43d90eedb708067ac2a33b012.tar.gz | |
Details of Python exception not logged when error occurs parsing Python script file.
Diffstat (limited to 'docs/release-notes')
| -rw-r--r-- | docs/release-notes/version-4.6.2.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/release-notes/version-4.6.2.rst b/docs/release-notes/version-4.6.2.rst index 85125cf..90bf630 100644 --- a/docs/release-notes/version-4.6.2.rst +++ b/docs/release-notes/version-4.6.2.rst @@ -5,3 +5,9 @@ Version 4.6.2 Version 4.6.2 of mod_wsgi can be obtained from: https://codeload.github.com/GrahamDumpleton/mod_wsgi/tar.gz/4.6.2 + +Bugs Fixed +---------- + +* Full details of error not logged when a Python script file could not be + loaded due to a failure when parsing Python code. |
