Warning about deprecation warnings not showing

This commit is contained in:
Armin Ronacher 2011-06-05 16:22:44 +02:00
parent 99bb902cc3
commit 60bd620947

View file

@ -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
`````````````````````