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.

作者 Nicholas.Cole
收信人 Nicholas.Cole, cben, gpolo, inigoserna, jcea, phep, pitrou, python-dev, r.david.murray, schodet, vstinner, zeha
日期 2012-08-31.20:19:54
SpamBayes Score -1.0
Marked as misclassified
Message-id <1346444395.63.0.367819904212.issue14223@psf.upfronthosting.co.za>
In-reply-to
内容
I'm reopening this bug because I've noticed that in Python3.3rc1, although trying to print curses.ACS_HLINE and other such characters no long cause an Exception, only blank characters are printed to the screen.

Tested with both Terminal.App and xterm running under XQuartz.

Here is some minimal test code, that will print a line on Python2.x but a blank screen on Python3.3rc1.
历史
日期 用户 动作 参数
2012-08-31 20:19:55Nicholas.Cole修改recipients: + Nicholas.Cole, jcea, cben, pitrou, vstinner, gpolo, r.david.murray, inigoserna, phep, zeha, schodet, python-dev
2012-08-31 20:19:55Nicholas.Cole修改messageid: <1346444395.63.0.367819904212.issue14223@psf.upfronthosting.co.za>
2012-08-31 20:19:55Nicholas.Cole链接issue14223 messages
2012-08-31 20:19:54Nicholas.Cole创建