Added workaround for Python 3.3's frozen loader

This commit is contained in:
Armin Ronacher 2014-04-11 13:31:17 +02:00
parent 696bffc9e9
commit 9554844e2a
2 changed files with 31 additions and 8 deletions

View file

@ -23,6 +23,7 @@ Version 1.0
- Added ``TEMPLATES_AUTO_RELOAD`` config key. If disabled the
templates will be reloaded only if the application is running in
debug mode. For higher performance its possible to disable that.
- Added a workaround for a limitation in Python 3.3's namespace loader.
Version 0.10.2
--------------