Issue 4355: Error in docs of urllib.request and urllib.parse (original) (raw)

Issue4355

Created on 2008-11-19 16:19 by hagen, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
doc_urlencode.patch hagen,2008-11-19 16:19
Messages (2)
msg76056 - (view) Author: Hagen Fürstenau (hagen) Date: 2008-11-19 16:19
The docs refer to urllib.urlencode instead of urllib.parse.urlencode. A patch is attached.
msg76970 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-12-05 07:33
Thanks, committed in r67551.
History
Date User Action Args
2022-04-11 14:56:41 admin set github: 48605
2008-12-05 07:33:03 georg.brandl set status: open -> closedresolution: fixedmessages: +
2008-11-19 16:19:53 hagen create