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 nagle
Recipients nagle
Date 2016-11-21.01:29:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479691780.71.0.91962445742.issue28756@psf.upfronthosting.co.za>
In-reply-to
Content
(That's from a subclass I wrote.  As a change to RobotFileParser, __init__ should start like this.)

    def __init__(self, url='', user_agent=None):
        self.user_agent = user_agent                    # save user agent
    ...
History
Date User Action Args
2016-11-21 01:29:40naglesetrecipients: + nagle
2016-11-21 01:29:40naglesetmessageid: <1479691780.71.0.91962445742.issue28756@psf.upfronthosting.co.za>
2016-11-21 01:29:40naglelinkissue28756 messages
2016-11-21 01:29:40naglecreate