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 cheryl.sabella
Recipients cheryl.sabella, terry.reedy
Date 2020-02-17.18:12:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Under issue32989, there was discussion about refactoring duplicate code between hyperparser and editor.

> Perhaps separate issue: the 'if use_ps1' statements in editor and hyperparser, and a couple of lines before, is nearly identical, and could be factored into a separate editor method that returns a parser instance ready for analysis.  It could then be tested in isolation.  The method should return a parser instance ready for analysis.
History
Date User Action Args
2020-02-17 18:12:00cheryl.sabellasetrecipients: + cheryl.sabella, terry.reedy
2020-02-17 18:12:00cheryl.sabellasetmessageid: <[email protected]>
2020-02-17 18:12:00cheryl.sabellalinkissue39666 messages
2020-02-17 18:12:00cheryl.sabellacreate