[ python-Bugs-1108948 ] Cookie.py produces invalid code
SourceForge.net
noreply at sourceforge.net
Tue Jan 25 10:04:05 CET 2005
Bugs item #1108948, was opened at 2005-01-25 11:04
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1108948&group_id=5470
Category: Extension Modules
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Simon Dahlbacka (sdahlbac)
Assigned to: Nobody/Anonymous (nobody)
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.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1108948&group_id=5470
More information about the Python-bugs-list
mailing list