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.

Author serhiy.storchaka
Recipients michael-lazar, orsenthil, serhiy.storchaka
Date 2018-03-27.14:18:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522160328.35.0.467229070634.issue32861@psf.upfronthosting.co.za>
In-reply-to
Content
The default entry was moved out of entries added in issue523041, but RobotFileParser.__str__ was not updated. Support for "Crawl-delay" and "Request-Rate" was added in issue16099, but Entry.__str__ was not updated. This looks like bugs to me, and I think the fix should be backported.

But two unnecessary trailing newlines should be kept for compatibility in maintained versions. I think we can get rid of them in 3.8 (unless Senthil has other opinion).
History
Date User Action Args
2018-03-27 14:18:48serhiy.storchakasetrecipients: + serhiy.storchaka, orsenthil, michael-lazar
2018-03-27 14:18:48serhiy.storchakasetmessageid: <1522160328.35.0.467229070634.issue32861@psf.upfronthosting.co.za>
2018-03-27 14:18:48serhiy.storchakalinkissue32861 messages
2018-03-27 14:18:48serhiy.storchakacreate