Description: Versions prior to 1.2.0 used the PYTHONPATH enviroment variable in an insecure manner in the documentation.
Origin:      upstream, Version 1.2.0
Bug-Debian:  http://bugs.debian.org/605183
Author:      phd
Last-Update: 2013-06-27

--- a/docs/rebuild (r4465)
+++ b/docs/rebuild (r4466)
@@ -3,7 +3,7 @@
 here=`pwd`
 parent=`dirname $here`
 echo "Adding $parent to \$PYTHONPATH"
-export PYTHONPATH=$parent:$PYTHONPATH
+export PYTHONPATH=$parent${PYTHONPATH:+:$PYTHONPATH}
 
 NORMAL="Authors DeveloperGuide FAQ Inheritance News
         SQLBuilder SQLObject SelectResults TODO Versioning Views
