summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbbangert <none@none>2006-01-13 13:40:09 -0800
committerbbangert <none@none>2006-01-13 13:40:09 -0800
commit916669788fb508a511101481fdbaaa320e77e14a (patch)
tree197cec31be378905a33f7eb039e199680a646c84
parent888c3f38c0f31cf9c89a9da6f390962dfdea69a3 (diff)
downloadroutes-916669788fb508a511101481fdbaaa320e77e14a.tar.gz
[svn] Doc tweaksv1.1
--HG-- branch : trunk
-rw-r--r--routes/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/routes/__init__.py b/routes/__init__.py
index a7beaaf..98404e8 100644
--- a/routes/__init__.py
+++ b/routes/__init__.py
@@ -77,6 +77,10 @@ def request_config(original=False):
environ (optional)
Set to the WSGI environ for automatic prefix support if the
webapp is underneath a 'SCRIPT_NAME'
+
+ Setting the environ will use information in environ to try and
+ populate the host/protocol/mapper_dict options if you've already
+ set a mapper.
**Using your own requst local**