From 421baeeef8db473a71d9c66f6e29a73afb8ee91c Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 8 Dec 2010 12:02:59 -0500 Subject: create a context only as necessary (speed) --- CHANGES.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index dddfecaf7..aa4c07d7b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,7 +3,9 @@ Twophase branch - ``pyramid.configuration.Config`` was added. It has the same API as the old ``Configurator`` which it means to replace, except by default it is a - *non-autocommitting* configurator. It also has a new API method named + *non-autocommitting* configurator, unlike + ``pyramid.configuration.Configurator``, which will autocommit every time a + configuration method is called. It also has a new API method named ``with_context`` (a classmethod). - ``pyramid.configuration.Configurator`` is now deprecated. Use -- cgit v1.2.3