From d4495efddce30cf2eef771ac28e2d90b86985d39 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 21 May 2013 18:30:21 -0400 Subject: this is actually a bugfix --- CHANGES.txt | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index ceaeb3519..a471addce 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,11 +4,6 @@ next release Features -------- -- Make the ``pyramid.config.assets.PackageOverrides`` object implement the - API for ``__loader__`` objects specified in PEP 302. Proxies to the - ``__loader__`` set by the importer, if present; otherwise, raises - ``NotImplementedError``. - - ``ACLAuthorizationPolicy`` supports ``__acl__`` as a callable. This removes the ambiguity between the potential ``AttributeError`` that would be raised on the ``context`` when the property was not defined and the @@ -37,6 +32,13 @@ Features Bug Fixes --------- +- Make the ``pyramid.config.assets.PackageOverrides`` object implement the API + for ``__loader__`` objects specified in PEP 302. Proxies to the + ``__loader__`` set by the importer, if present; otherwise, raises + ``NotImplementedError``. This makes Pyramid static view overrides work + properly under Python 3.3 (previously they would not). See + https://github.com/Pylons/pyramid/pull/1015 for more information. + - ``mako_templating``: added defensive workaround for non-importability of ``mako`` due to upstream ``markupsafe`` dropping Python 3.2 support. Mako templating will no longer work under the combination of MarkupSafe 0.17 and -- cgit v1.2.3