Issue 17398: document url argument of RobotFileParser (original) (raw)

Issue17398

Created on 2013-03-11 17:22 by tshepang, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg183979 - (view) Author: Tshepang Lekhonkhobe (tshepang) * Date: 2013-03-11 17:22
Looking at the documentation, one would think RobotFileParser does not accept any argument, but it does -- "url". Documenting this would remove the pain of having to call "set_url()".
msg184254 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-03-15 20:52
New changeset 274e68e2a5a6 by Terry Jan Reedy in branch '2.7': Issue #17398: document url argument of RobotFileParser http://hg.python.org/cpython/rev/274e68e2a5a6 New changeset 4be7f8da7adf by Terry Jan Reedy in branch '3.2': Issue #17398: document url argument of RobotFileParser http://hg.python.org/cpython/rev/4be7f8da7adf
msg184256 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2013-03-15 20:53
Agreed.
History
Date User Action Args
2022-04-11 14:57:42 admin set github: 61600
2013-03-15 20:53:48 terry.reedy set status: open -> closedtype: behaviormessages: + resolution: fixedstage: resolved
2013-03-15 20:52:03 python-dev set nosy: + python-devmessages: +
2013-03-15 20:48:38 terry.reedy set assignee: docs@python -> terry.reedynosy: + terry.reedy
2013-03-11 17:22:56 tshepang create