Bugs item #1108948, was opened at 2005-01-25 09:04 Message generated for change (Settings changed) made by gbrandl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1108948&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Extension Modules Group: Python 2.3 Status: Closed Resolution: Fixed Priority: 5 Submitted By: Simon Dahlbacka (sdahlbac) >Assigned to: Georg Brandl (gbrandl) Summary: Cookie.py produces invalid code Initial Comment: The code in js_output in the Morsel class in Cookie.py produces invalid code, the scripting language should be specified by mimetype and not by language as per http://www.w3.org/TR/html401/interact/scripts.html also, the javascript line is missing an ending semi-colon attached a "patch" (new version of the function in question) present at least in 2.3 but still broken in current cvs A related matter: the existing documentation is poor, only after a substantial amount of code reading and googling I found out how to set attributes such as expires and path. ---------------------------------------------------------------------- Comment By: Georg Brandl (birkenfeld) Date: 2005-06-26 21:03 Message: Logged In: YES user_id=1188172 Thanks for the report, fixed as of Lib/Cookie.py r1.18. I do not backport this as some code might rely on the language HTML attribute. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1108948&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com