[Secure-testing-commits] r3857 - lib/python
Florian Weimer
fw at costa.debian.org
Sun Apr 23 12:39:52 UTC 2006
Author: fw
Date: 2006-04-23 12:39:52 +0000 (Sun, 23 Apr 2006)
New Revision: 3857
Modified:
lib/python/web_support.py
Log:
lib/python/web_support.py (URLFactory.updateParamsDict):
Fix.
Modified: lib/python/web_support.py
===================================================================
--- lib/python/web_support.py 2006-04-23 12:37:55 UTC (rev 3856)
+++ lib/python/web_support.py 2006-04-23 12:39:52 UTC (rev 3857)
@@ -202,7 +202,7 @@
self._convertArgs(new_args)))
def updateParams(self, **args):
- self.updateParamsDict(self, args)
+ self.updateParamsDict(args)
charToHTML = map(chr, range(256))
charToHTMLattr = map(chr, range(256))
More information about the Secure-testing-commits
mailing list