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.

作者 paul.j3
收信人 BreamoreBoy, berker.peksag, bethard, denilsonsa, flox, paul.j3, zbysz
日期 2014-07-24.05:24:13
SpamBayes Score -1.0
Marked as misclassified
Message-id <1406179453.26.0.440923397103.issue13041@psf.upfronthosting.co.za>
In-reply-to
内容
For now the user could add this to his module:

    import os, shutil
    os.environ['COLUMNS'] = str(shutil.get_terminal_size().columns)
历史
日期 用户 动作 参数
2014-07-24 05:24:13paul.j3修改recipients: + paul.j3, bethard, zbysz, denilsonsa, flox, BreamoreBoy, berker.peksag
2014-07-24 05:24:13paul.j3修改messageid: <1406179453.26.0.440923397103.issue13041@psf.upfronthosting.co.za>
2014-07-24 05:24:13paul.j3链接issue13041 messages
2014-07-24 05:24:13paul.j3创建