[Inteproxy-commits] r211 - in trunk: . inteproxy
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Sep 11 22:43:07 CEST 2009
Author: bh
Date: 2009-09-11 22:43:06 +0200 (Fri, 11 Sep 2009)
New Revision: 211
Modified:
trunk/ChangeLog
trunk/inteproxy/transcoder.py
Log:
* inteproxy/transcoder.py (IdentityTranscoder.__init__): Fix typo
in doc-string
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2009-09-11 20:13:54 UTC (rev 210)
+++ trunk/ChangeLog 2009-09-11 20:43:06 UTC (rev 211)
@@ -1,5 +1,10 @@
2009-09-11 Bernhard Herzog <bh at intevation.de>
+ * inteproxy/transcoder.py (IdentityTranscoder.__init__): Fix typo
+ in doc-string
+
+2009-09-11 Bernhard Herzog <bh at intevation.de>
+
* inteproxy/transcoder.py (TranscoderMap.add_rule): Add the port
number to the hostname pattern if the rule has a port number.
(TranscoderMap.lookup): Rename host->netloc because it also may
Modified: trunk/inteproxy/transcoder.py
===================================================================
--- trunk/inteproxy/transcoder.py 2009-09-11 20:13:54 UTC (rev 210)
+++ trunk/inteproxy/transcoder.py 2009-09-11 20:43:06 UTC (rev 211)
@@ -33,7 +33,7 @@
Parameters:
method -- The HTTP method, either 'GET' or 'POST'
spliturl -- A tuple with the split url of the real remote host.
- The tuple has the form of the returl value of
+ The tuple has the form of the return value of
urlparse.urlsplit
"""
self.method = method
More information about the Inteproxy-commits
mailing list