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 serhiy.storchaka, xiang.zhang
Date 2016-09-23.08:51:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474620667.82.0.649697112253.issue28255@psf.upfronthosting.co.za>
In-reply-to
Content
Currently TextCalendar.prweek/month/year outputs an extra whitespace which makes the output weird:

>>> calendar.TextCalendar().prweek([(1,1),(2,2),(3,3),(4,4),(5,5),(6,6),(7,7)], 2)
 1  2  3  4  5  6  7 >>> calendar.TextCalendar().prmonth(2016,9)
   September 2016
Mo Tu We Th Fr Sa Su
          1  2  3  4
 5  6  7  8  9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30
 >>>
History
Date User Action Args
2016-09-23 08:51:07xiang.zhangsetrecipients: + xiang.zhang, serhiy.storchaka
2016-09-23 08:51:07xiang.zhangsetmessageid: <1474620667.82.0.649697112253.issue28255@psf.upfronthosting.co.za>
2016-09-23 08:51:07xiang.zhanglinkissue28255 messages
2016-09-23 08:51:07xiang.zhangcreate