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 ezio.melotti, mic_e, terry.reedy, tshepang
Date 2013-03-09.01:07:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362791224.45.0.816489157016.issue17337@psf.upfronthosting.co.za>
In-reply-to
Content
On Windows, both the command prompt interpreter and IDLE ignore special meanings and print prompt as is. Line wrap to physical next line occurs at 80 chars and movable edge of window respectively.

Michael, in light of your last post, do you still believe a change is needed in the code we distribute, in particular our readline module, whether bugfix or enhancement, or should this be closed? I do not believe that Python itself know how the output device will interpret the characters sent to it.
History
Date User Action Args
2013-03-09 01:07:04terry.reedysetrecipients: + terry.reedy, ezio.melotti, tshepang, mic_e
2013-03-09 01:07:04terry.reedysetmessageid: <1362791224.45.0.816489157016.issue17337@psf.upfronthosting.co.za>
2013-03-09 01:07:04terry.reedylinkissue17337 messages
2013-03-09 01:07:04terry.reedycreate