ELM03 / pydelicious

Automatically exported from code.google.com/p/pydelicious
Other
0 stars 0 forks source link

DeliciousError exception: urrlib.encode() should be encode() #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When throwing a DeliciousError exception, pydelicious calls
urllib.urlencode(). This should be just urlencode(), since it is imported
from urllib.
A patch is attached.

Original issue reported on code.google.com by me.g...@gmail.com on 23 Jan 2009 at 8:39

Attachments:

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Fixed in 0.5.2-rc2.
Added small unittest.
(changing status)
thnx.

Original comment by berend.v...@gmail.com on 2 Feb 2009 at 1:04