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, grantjenks, rhettinger, terry.reedy
Date 2018-12-28.22:27:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546036044.25.0.716453892648.issue34055@roundup.psfhosted.org>
In-reply-to
Content
I changed the title back to the symptom description, rather than the wrong fix.  As Cheryl noted, the cause of the specific regression is the erroneous deletion of one line in pyshell.PyShell.  The simplest fix is to put is back.

Globally replacing context_use_ps1 is a different issue, and there is more than one possibility.  I will open a new issue and move PR 11307 there.

The reversion also reverts the 'fixes' that came with the error.  Fixing the shell branch, now that is is used, will be a different issue.
>>> d = {1:3,
	 # correct indent, 3.7

>>> d = {1:3,
     # indent not accounting for prompt, after reversion
History
Date User Action Args
2018-12-28 22:27:26terry.reedysetrecipients: + terry.reedy, rhettinger, cheryl.sabella, grantjenks
2018-12-28 22:27:24terry.reedysetmessageid: <1546036044.25.0.716453892648.issue34055@roundup.psfhosted.org>
2018-12-28 22:27:24terry.reedylinkissue34055 messages
2018-12-28 22:27:24terry.reedycreate