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 pitrou
Recipients Arfrever, amaury.forgeotdarc, denilsonsa, giampaolo.rodola, loewis, neologix, pitrou, rosslagerwall, zbysz
Date 2012-01-05.21:42:14
SpamBayes Score 0.00024929421
Marked as misclassified No
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
The point of named tuples here is that you can use both
    get_terminal_size().columns
or
    columns, rows = get_terminal_size()
depending on the situation.
Also, the better repr() makes debugging easier.
History
Date User Action Args
2012-01-05 21:42:15pitrousetrecipients: + pitrou, loewis, amaury.forgeotdarc, giampaolo.rodola, Arfrever, zbysz, denilsonsa, neologix, rosslagerwall
2012-01-05 21:42:14pitroulinkissue13609 messages
2012-01-05 21:42:14pitroucreate