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 jiangping.li
Recipients jiangping.li
Date 2016-09-23.05:59:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <68047ef2.6fd9.15755a09cdb.Coremail.xibeilijp@163.com>
In-reply-to
Content
hi
I`m a python newer.
when I use python3.4.3 to learn about package calendar,I found a problem, Could you help me to confirm it which is is a bug.

Below is my env:
------------------------------
os: win7 x86
python version:3.4.3
------------------------------
problem:
when I use calendar.prcal() method to print detail calendar information. the display December of year 9999 `s localtion is wrong.
my python source:
--------------------------------------
import calendar
calendar.prcal(9999)
--------------------------------------

partial output:

but,when I use [print (calendar.month(9999,12))] to confirm, it`s OK .

please help me to confirm.
thank you.
History
Date User Action Args
2016-09-23 05:59:40jiangping.lisetrecipients: + jiangping.li
2016-09-23 05:59:40jiangping.lilinkissue28253 messages
2016-09-23 05:59:39jiangping.licreate