[issue27382] calendar module .isleap() probleam

2016-06-24 Thread Dyl Tuckey
Dyl Tuckey added the comment: Thank you ebarry. I would probably never have figured that out -- ___ Python tracker <http://bugs.python.org/issue27382> ___ ___

[issue27382] calendar module .isleap() probleam

2016-06-24 Thread Dyl Tuckey
New submission from Dyl Tuckey: I don't know why but whenever I try and run this code: import calendar import time calendar = calendar.month(2016,6) print ("Loading date, time, month and leap year status") time.sleep(5) print (calendar) localtime = time.asctime(time.localtime(time