[issue21373] robotparser: Automatically call modified function in read()

2015-10-08 Thread Berker Peksag
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 __

[issue21373] robotparser: Automatically call modified function in read()

2014-04-28 Thread Maxime Lorant
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