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.

作者 vstinner
收信人 jwilk, klausman, nadeem.vawda, petri.lehtinen, python-dev, vstinner
日期 2011-11-02.22:48:08
SpamBayes Score 2.5305342e-06
Marked as misclassified
Message-id <1320274089.6.0.756633015743.issue10570@psf.upfronthosting.co.za>
In-reply-to
内容
"I don't believe that the first parameter to tparm() (the format string) is ever constructed by hand, because it's terminal specific. The value is obtained from the terminfo database by calling tigetstr() instead. Furthermore, tigetstr() returns binary data, for which bytes is the only sane representation, and therefore tparm() should expect bytes instead of str."

Ok, it sounds to be fair. I wrote a patch based on yours (except that Python crashes with your patch :-)).
历史
日期 用户 动作 参数
2011-11-02 22:48:09vstinner修改recipients: + vstinner, nadeem.vawda, jwilk, klausman, python-dev, petri.lehtinen
2011-11-02 22:48:09vstinner修改messageid: <1320274089.6.0.756633015743.issue10570@psf.upfronthosting.co.za>
2011-11-02 22:48:09vstinner链接issue10570 messages
2011-11-02 22:48:08vstinner创建