From 38e09dc89a36f801f3892ae99fa784344ca8cfe8 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 18 Dec 2008 07:28:17 +0000 Subject: - Speed up ``traversal.model_url`` execution by using a custom url quoting function instead of Python's ``urllib.quote``, by caching URL path segment quoting and encoding results, and by disusing Python's ``urlparse.urljoin`` in favor of a simple string concatenation. --- CHANGES.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 9edbd433c..4cca670d3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,11 @@ +Next release + + - Speed up ``traversal.model_url`` execution by using a custom url + quoting function instead of Python's ``urllib.quote``, by caching + URL path segment quoting and encoding results, and by disusing + Python's ``urlparse.urljoin`` in favor of a simple string + concatenation. + 0.5.5 (12/17/2008) Backwards Incompatibilities -- cgit v1.2.3