From bcd7816a420e113509e3e6fde59b3ed0d7a0c746 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 7 Apr 2010 20:28:24 +0000 Subject: - Replace the statement ``path = path.rstrip('/').lstrip('/')`` with the simpler ``path = path.strip('/')`` in the ``repoze.bfg.traversal.traversal_path`` function. --- CHANGES.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index fd02f07ea..cb9453b43 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -11,6 +11,13 @@ Bug Fixes ``bfg_alchemy`` application template's ``MyApp`` model was an integer. This was incorrect. It is now a string. +Internal +-------- + +- Replace the statement ``path = path.rstrip('/').lstrip('/')`` with + the simpler ``path = path.strip('/')`` in the + ``repoze.bfg.traversal.traversal_path`` function. + 1.2 (2010-02-10) ================ -- cgit v1.2.3