From: Georg Brandl Date: Sun, 26 Jun 2005 21:02:49 +0000 (+0000) Subject: bug [ 1108948 ] Cookie.py produces invalid code X-Git-Tag: v2.5a0~1650 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=03a33ea3a85f9f2ed158f678295b7605f2f9721a;p=thirdparty%2FPython%2Fcpython.git bug [ 1108948 ] Cookie.py produces invalid code --- diff --git a/Lib/Cookie.py b/Lib/Cookie.py index a6ca6545b7da..4661d7c3ffab 100644 --- a/Lib/Cookie.py +++ b/Lib/Cookie.py @@ -470,9 +470,9 @@ class Morsel(dict): def js_output(self, attrs=None): # Print javascript return """ - """ % ( self.OutputString(attrs), )