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 terry.reedy
Date 2017-10-27.00:35:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509064523.44.0.213398074469.issue31858@psf.upfronthosting.co.za>
In-reply-to
Content
I put the new shell variables into PyShell itself.  There is usually only one instance created in a session.

I tested the patch manually in both shell and editor with both the default prompt and with sys.ps1 set before importing idlelib.idle.  Beginning to automate tests for editor and shell is a project in itself.
History
Date User Action Args
2017-10-27 00:35:23terry.reedysetrecipients: + terry.reedy
2017-10-27 00:35:23terry.reedysetmessageid: <1509064523.44.0.213398074469.issue31858@psf.upfronthosting.co.za>
2017-10-27 00:35:23terry.reedylinkissue31858 messages
2017-10-27 00:35:22terry.reedycreate