diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-12-04 16:21:01 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-12-04 16:21:01 +0000 |
| commit | b541caecff9ecd14545ca16f9fe278c29fbaf4a3 (patch) | |
| tree | ba28ecbfbb38e104889fc91093b911806b1c1c71 /CHANGES.txt | |
| parent | ab4e7b9befb1b84deedfcb29766e8250113ba566 (diff) | |
| download | pyramid-b541caecff9ecd14545ca16f9fe278c29fbaf4a3.tar.gz pyramid-b541caecff9ecd14545ca16f9fe278c29fbaf4a3.tar.bz2 pyramid-b541caecff9ecd14545ca16f9fe278c29fbaf4a3.zip | |
- Operation on GAE was broken, presumably because the
``repoze.bfg.configuration`` module began to attempt to import the
``repoze.bfg.chameleon_zpt`` and ``repoze.bfg.chameleon_text``
modules, and these cannot be used on non-CPython platforms. It now
tolerates startup time import failures for these modules, and only
raise an import error when a template from one of these packages is
actually used.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index db7415a2f..eb6c714ba 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -11,6 +11,17 @@ Features attached to the constructed model via ``zope.interface.alsoProvides``). +Bug Fixes +--------- + +- Operation on GAE was broken, presumably because the + ``repoze.bfg.configuration`` module began to attempt to import the + ``repoze.bfg.chameleon_zpt`` and ``repoze.bfg.chameleon_text`` + modules, and these cannot be used on non-CPython platforms. It now + tolerates startup time import failures for these modules, and only + raise an import error when a template from one of these packages is + actually used. + 1.2a3 (2009-01-02) ================== |
