Better support for namespace packages.

This commit is contained in:
Armin Ronacher 2014-04-11 19:59:54 +02:00
parent a293b99b21
commit d4b3d16c14
4 changed files with 37 additions and 7 deletions

View file

@ -24,6 +24,8 @@ Version 1.0
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.
- Added support for explicit root paths when using Python 3.3's namespace
packages.
Version 0.10.2
--------------