Roundup Tracker - Issues

Issue 2550665

classification
NameError: global name 'urllib' is not defined - cgi/actions.py - typo in source.
Type: behavior Severity: normal
Components: Web interface Versions: 1.4
process
Status: closed fixed
:
: : richard, timo, tonimueller
Priority: : patch

Created on 2010-08-17 17:50 by timo, last changed 2010-09-10 06:32 by richard.

Files
File name Uploaded Description Edit Remove
urllibtypo.patch tonimueller, 2010-08-17 19:37
Messages
msg4117 Author: [hidden] (timo) Date: 2010-08-17 17:50
I ran the roundup demo and tried to register. I got NameError: global 
name 'urllib' is not defined in 
/usr/lib/pymodules/python2.6/roundup/cgi/actions.py in finishRego.

The fix is to replace "urllib._quote" with "urllib_.quote" - obviously a 
simple typo.

Thanks.
msg4118 Author: [hidden] (tonimueller) Date: 2010-08-17 19:37
patch attached
msg4128 Author: [hidden] (richard) Date: 2010-09-10 06:32
Thanks, fixed.
History
Date User Action Args
2010-09-10 06:32:08richardsetstatus: new -> closed
resolution: fixed
messages: + msg4128
nosy: + richard
2010-08-17 19:37:55tonimuellersetfiles: + urllibtypo.patch
keywords: + patch
messages: + msg4118
nosy: + tonimueller
2010-08-17 17:50:46timocreate