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.

classification
Title: document url argument of RobotFileParser
Type: behavior Stage: resolved
Components: Documentation Versions: Python 3.2, Python 3.3, Python 3.4, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: terry.reedy Nosy List: docs@python, python-dev, terry.reedy, tshepang
Priority: normal Keywords:

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:42adminsetgithub: 61600
2013-03-15 20:53:48terry.reedysetstatus: open -> closed
type: behavior
messages: + msg184256

resolution: fixed
stage: resolved
2013-03-15 20:52:03python-devsetnosy: + python-dev
messages: + msg184254
2013-03-15 20:48:38terry.reedysetassignee: docs@python -> terry.reedy

nosy: + terry.reedy
2013-03-11 17:22:56tshepangcreate