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 CuriousLearner
Recipients CuriousLearner, ncoghlan
Date 2017-06-21.05:13:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498022036.95.0.527028755561.issue30721@psf.upfronthosting.co.za>
In-reply-to
Content
While working on issue: http://bugs.python.org/issue30597 to enhance the custom error message by showing expected output in Python3 syntax when someone uses Python2 syntax, a PR was raised: https://github.com/python/cpython/pull/2009, where we just handled the case for print with soft-space and excessive white-space.

In the implementation discussion, an issue was raised to handle the case with right shift operator by Nick as in here:
http://bugs.python.org/issue30597#msg295484

Nick suggested here about the possible patch: https://github.com/python/cpython/pull/2009#issuecomment-307539241
History
Date User Action Args
2017-06-21 05:13:57CuriousLearnersetrecipients: + CuriousLearner, ncoghlan
2017-06-21 05:13:56CuriousLearnersetmessageid: <1498022036.95.0.527028755561.issue30721@psf.upfronthosting.co.za>
2017-06-21 05:13:56CuriousLearnerlinkissue30721 messages
2017-06-21 05:13:56CuriousLearnercreate