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 atagar
Recipients atagar, atagar1, terry.reedy
Date 2014-05-25.19:34:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401046481.43.0.312235474677.issue12972@psf.upfronthosting.co.za>
In-reply-to
Content
Just a quick comment that I ran into this again, but turns out that it's not an issue with python. Rather, this is a quirk with how readline works...

https://stackoverflow.com/questions/9468435/look-how-to-fix-column-calculation-in-python-readline-if-use-color-prompt

Color prompts need to be wrapped by RL_PROMPT_START_IGNORE and RL_PROMPT_END_IGNORE.
History
Date User Action Args
2014-05-25 19:34:41atagarsetrecipients: + atagar, terry.reedy, atagar1
2014-05-25 19:34:41atagarsetmessageid: <1401046481.43.0.312235474677.issue12972@psf.upfronthosting.co.za>
2014-05-25 19:34:41atagarlinkissue12972 messages
2014-05-25 19:34:41atagarcreate