Berker Peksag added the comment:
This is already fixed by changeset 4ea86cd87f95 in issue 21469 (2.7 and 3.4+).
Thanks for the report and for the patch.
--
nosy: +berker.peksag
resolution: -> out of date
stage: -> resolved
status: open -> closed
__
New submission from Maxime Lorant:
For the moment, RobotFileParser (on both Python 2.x and 3.x) has a method
modified, but it is never called in the class itself, hence the last_checked
attribute is always at 0 if the user doesn't call modified() explicitly.
I would suggest to add a call to m