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 2020-01-21.07:53:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579593200.99.0.970582410825.issue32989@roundup.psfhosted.org>
In-reply-to
Content
After updating the patch, I noticed that deletion of self.context_use_ps1 from the editor call to y.find_good_parse_start was no longer part of the diff.  This is because 3.8 changeset 6bdc4dee01788599808c7858e2fe9fdd72cf6792 for #35610 (backported only to 3.7) already did so. The remaining substantive change other than new tests is the removal of the unused default value None in the signature of the function and unused code triggered by 'if not arg'. 

I don't remember how well I tested that never exiting find...start early left indentations unchanged.  This would require comparing behavior to 3.6.  It would make more sense to check that the behavior and new tests conform to PEP8.
History
Date User Action Args
2020-01-21 07:53:21terry.reedysetrecipients: + terry.reedy, cheryl.sabella
2020-01-21 07:53:20terry.reedysetmessageid: <1579593200.99.0.970582410825.issue32989@roundup.psfhosted.org>
2020-01-21 07:53:20terry.reedylinkissue32989 messages
2020-01-21 07:53:20terry.reedycreate