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 <1325799659.8907.15.camel@localhost.localdomain>
In-reply-to <1325798693.8.0.0681137479856.issue13609@psf.upfronthosting.co.za>
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