This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rgbecker
Recipients
Date 2004-06-05.13:35:14
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=6946

The script cgitb_scanvars_bug.py produces mangled output
under 2.3.3 and 2.4a0. The error is caused by an error
during evaluation in cgitb.scanvars. I believe a fix is to
intialize value to __UNDEF__.

Patch python-2.4a0-966992.patch appears to fix in 2.3.3 and
2.4a0. There may be other ways in which scanvars can error,
but I haven't found them yet :(
History
Date User Action Args
2007-08-23 14:22:10adminlinkissue966992 messages
2007-08-23 14:22:10admincreate