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 xiang.zhang
Recipients eryksun, fdrake, josh.r, rhettinger, serhiy.storchaka, xiang.zhang
Date 2017-04-07.03:43:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491536634.46.0.603137457937.issue29996@psf.upfronthosting.co.za>
In-reply-to
Content
I use screens and usually like to open a terminal to fill the screen. One of my use case is changed by this patch from:

             'manufacturers_specifications': '2U 2*Intel Xeon E5-2603 4核 8*8G '
                                             'DDR3-1333 ECC 1.35v,12*300G 15K '
                                             'RPM 3.5寸 SAS,RAID '
                                             '卡带电池cache大于等于1GB,支持 Raid0 1 10 5 '
                                             '6 50 60[D23]',

to:

             'manufacturers_specifications': '2U 2*Intel Xeon E5-2603 4核 8*8G DDR3-1333 ECC 1.35v,12*300G 15K RPM 3.5寸 SAS,RAID 卡带电池cache大于等于1GB,支持 Raid0 1 10 5 6 50 60[D23]',

Actually looks not bad. But why change the default behaviour? Can we provide this as a bonus and keep the default behaviour? Current defaults  80 is not unreasonable even for large terminals. If users prefer long lines and don't want to choose an arbitrary number, they could use this feature.
History
Date User Action Args
2017-04-07 03:43:54xiang.zhangsetrecipients: + xiang.zhang, fdrake, rhettinger, serhiy.storchaka, eryksun, josh.r
2017-04-07 03:43:54xiang.zhangsetmessageid: <1491536634.46.0.603137457937.issue29996@psf.upfronthosting.co.za>
2017-04-07 03:43:54xiang.zhanglinkissue29996 messages
2017-04-07 03:43:53xiang.zhangcreate