From 60bd6209472bf47ddfc31e01b9150739219f6278 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sun, 5 Jun 2011 16:22:44 +0200 Subject: [PATCH] Warning about deprecation warnings not showing --- docs/upgrading.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/upgrading.rst b/docs/upgrading.rst index e220bfc2..59863143 100644 --- a/docs/upgrading.rst +++ b/docs/upgrading.rst @@ -55,6 +55,10 @@ To apply the upgrade script do the following: patch -p1 < patchfile.diff +Please note that deprecation warnings are disabled by default starting +with Python 2.7. In order to see the deprecation warnings that might be +emitted you have to enabled them with the :mod:`warnings` module. + Bug in Request Locals `````````````````````