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 loewis
Recipients Arfrever, amaury.forgeotdarc, denilsonsa, giampaolo.rodola, loewis, neologix, pitrou, rosslagerwall, vstinner, zbysz
Date 2012-01-06.06:10:01
SpamBayes Score 1.0554975e-05
Marked as misclassified No
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
Zitat von Antoine Pitrou <[email protected]>:

> Antoine Pitrou <[email protected]> added the comment:
>
> 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.

And my point is that we should make the choice which
of these is more obvious, and drop the other.

> Also, the better repr() makes debugging easier.

A class could still have a nice repr.
History
Date User Action Args
2012-01-06 06:10:02loewissetrecipients: + loewis, amaury.forgeotdarc, pitrou, vstinner, giampaolo.rodola, Arfrever, zbysz, denilsonsa, neologix, rosslagerwall
2012-01-06 06:10:01loewislinkissue13609 messages
2012-01-06 06:10:01loewiscreate