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 terry.reedy
Recipients cheryl.sabella, terry.reedy
Date 2018-02-21.05:52:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519192322.89.0.467229070634.issue32880@psf.upfronthosting.co.za>
In-reply-to
Content
In def find_good_parse_start:
    str, pos = self.str, None
Using str as an attribute is ok, but using the bare built-in class name for an instance thereof is annoying.  's' would be better, or even 'sample' (to be analyzed).
History
Date User Action Args
2018-02-21 05:52:02terry.reedysetrecipients: + terry.reedy, cheryl.sabella
2018-02-21 05:52:02terry.reedysetmessageid: <1519192322.89.0.467229070634.issue32880@psf.upfronthosting.co.za>
2018-02-21 05:52:02terry.reedylinkissue32880 messages
2018-02-21 05:52:02terry.reedycreate