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 Kamushin.Shen, Zero, cben, kbk, rhettinger, roger.serwy, terry.reedy, westley.martinez
Date 2014-10-06.19:50:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412625032.51.0.89862189584.issue7676@psf.upfronthosting.co.za>
In-reply-to
Content
They potentially could be.  However, if the result is something like
>>> if a:
    if b:
        print(a+b)
or worse, with Lucida Sans Unicode, the visual equivalent of
>>> if a:
  if b:
    print(a+b)
then I do not find result very satisfactory.  I think moving the prompt to a sidebar, as with line numbers (forthcoming), is a better solution.  This will make code look good both in the shell and when copied and pasted elsewhere.  I hope to have a patch in a month or two.
History
Date User Action Args
2014-10-06 19:50:32terry.reedysetrecipients: + terry.reedy, rhettinger, kbk, cben, roger.serwy, Zero, westley.martinez, Kamushin.Shen
2014-10-06 19:50:32terry.reedysetmessageid: <1412625032.51.0.89862189584.issue7676@psf.upfronthosting.co.za>
2014-10-06 19:50:32terry.reedylinkissue7676 messages
2014-10-06 19:50:32terry.reedycreate