summaryrefslogtreecommitdiff
path: root/docs/release-notes
diff options
context:
space:
mode:
authorGraham Dumpleton <Graham.Dumpleton@gmail.com>2021-02-13 11:05:39 +1100
committerGraham Dumpleton <Graham.Dumpleton@gmail.com>2021-02-13 11:05:39 +1100
commit2c9d1b3e725ad2a072e9fef4cb1cb0bb9ae2d540 (patch)
tree1d17709e6bfd590e30349a0f7fc2d8e3dd749fa1 /docs/release-notes
parent5ef398918194817b8d86650d0a3b64fedefdf291 (diff)
downloadmod_wsgi-2c9d1b3e725ad2a072e9fef4cb1cb0bb9ae2d540.tar.gz
Fix deprecation warning in PyArg_ParseTuple().
Diffstat (limited to 'docs/release-notes')
-rw-r--r--docs/release-notes/version-4.8.0.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/release-notes/version-4.8.0.rst b/docs/release-notes/version-4.8.0.rst
index d2d4540..24c5377 100644
--- a/docs/release-notes/version-4.8.0.rst
+++ b/docs/release-notes/version-4.8.0.rst
@@ -55,6 +55,11 @@ Bugs Fixed
opens up security holes with the potential for user code to run as the
``root`` user when Python is initialized.
+* Fix a Python deprecation warning for ``PyArg_ParseTuple()`` which would
+ cause the process to crash when deprecation warnings were turned on
+ globally for an application. Crash was occuring whenever anything was
+ output to Apache error log via ``print()``.
+
Features Changed
----------------