Message150715
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. |
|
| Date |
User |
Action |
Args |
| 2012-01-06 06:10:02 | loewis | set | recipients:
+ loewis, amaury.forgeotdarc, pitrou, vstinner, giampaolo.rodola, Arfrever, zbysz, denilsonsa, neologix, rosslagerwall |
| 2012-01-06 06:10:01 | loewis | link | issue13609 messages |
| 2012-01-06 06:10:01 | loewis | create | |
|