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.

作者 ishigoya
收信人 ezio.melotti, ishigoya, nneonneo, rhettinger, terry.reedy
日期 2018-01-28.21:30:28
SpamBayes Score -1.0
Marked as misclassified
Message-id <1517175028.39.0.467229070634.issue17048@psf.upfronthosting.co.za>
In-reply-to
内容
There is similar misaligned output in Japanese and Korean:

Korean:
         1월                        2월                        3월
월  화  수  목  금  토  일       월  화  수  목  금  토  일       월  화  수  목  금  토  일
 1  2  3  4  5  6  7                1  2  3  4                1  2  3  4
 8  9 10 11 12 13 14       5  6  7  8  9 10 11       5  6  7  8  9 10 11

Japanese:
         1月                        2月                        3月
月  火  水  木  金  土  日       月  火  水  木  金  土  日       月  火  水  木  金  土  日
 1  2  3  4  5  6  7                1  2  3  4                1  2  3  4
 8  9 10 11 12 13 14       5  6  7  8  9 10 11       5  6  7  8  9 10 11

I came across this issue while using khal, a command-line calendar. That program also uses the calendar.LocaleTextCalendar class. I've raised an issue at https://github.com/pimutils/khal/issues/751
历史
日期 用户 动作 参数
2018-01-28 21:30:28ishigoya修改recipients: + ishigoya, rhettinger, terry.reedy, nneonneo, ezio.melotti
2018-01-28 21:30:28ishigoya修改messageid: <1517175028.39.0.467229070634.issue17048@psf.upfronthosting.co.za>
2018-01-28 21:30:28ishigoya链接issue17048 messages
2018-01-28 21:30:28ishigoya创建