[issue17398] document url argument of RobotFileParser

2013-03-15 Thread Terry J. Reedy
Terry J. Reedy added the comment: Agreed. -- resolution: -> fixed stage: -> committed/rejected status: open -> closed type: -> behavior ___ Python tracker ___

[issue17398] document url argument of RobotFileParser

2013-03-15 Thread Roundup Robot
Roundup Robot added the comment: 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

[issue17398] document url argument of RobotFileParser

2013-03-15 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- assignee: docs@python -> terry.reedy nosy: +terry.reedy ___ Python tracker ___ ___ Python-bugs-list mai

[issue17398] document url argument of RobotFileParser

2013-03-11 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe: 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()". -- assignee: docs@python components: Documentation messages: