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 martin.panter
Recipients docs@python, martin.panter, pbazant, poq, r.david.murray
Date 2016-05-15.01:05:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463274347.82.0.497968921144.issue2675@psf.upfronthosting.co.za>
In-reply-to
Content
For the record, this is my interpretation of Pavel’s demo:

If you press a key (other than lowercase “q”) or resize the terminal, it displays the terminal dimensions in the top-left corner. Without Readline, the dimensions are updated when the terminal resizes.

When Readline is used (interactive mode, or simply “import readline”), the reported dimensions are static, which I understand is the bug.

Documentating this quirk may be a good start.
History
Date User Action Args
2016-05-15 01:05:47martin.pantersetrecipients: + martin.panter, pbazant, r.david.murray, docs@python, poq
2016-05-15 01:05:47martin.pantersetmessageid: <1463274347.82.0.497968921144.issue2675@psf.upfronthosting.co.za>
2016-05-15 01:05:47martin.panterlinkissue2675 messages
2016-05-15 01:05:46martin.pantercreate