IDK that a DeprecationWarning would be helpful or necessary?

https://github.com/python/cpython/blob/02519f75d15b063914a11351da30178ca4ceb54b/Lib/calendar.py#L625
:

```python
monthcalendar = c.monthdayscalendar
prweek = c.prweek
week = c.formatweek
weekheader = c.formatweekheader
prmonth = c.prmonth
month = c.formatmonth
calendar = c.formatyear
prcal = c.pryear
```

year = c.formatyear
pryear = c.pryear

On Thursday, November 28, 2019, Serhiy Storchaka <storch...@gmail.com>
wrote:
> Abdur-Rahmaan Janhangeer <arj.python-Re5JQEeQqe8
> avxtiumw...@public.gmane.org> Wrote in message:r
>> Greetings list,In the calendar module, i find it terribly unintuitive to
have a calendar.month but not a calendar.year, the default being
calendar.calendarSuggestion: replace calendar.calendar by
calendar.yearYours,Abdur-Rahmaan Janhangeerpythonmembers.club |
githubMauritius
>>
>
> An alternate solution -- remove calendar.month to not confuse your.
> --
> _______________________________________________
> Python-ideas mailing list -- python-ideas@python.org
> To unsubscribe send an email to python-ideas-le...@python.org
> https://mail.python.org/mailman3/lists/python-ideas.python.org/
> Message archived at
https://mail.python.org/archives/list/python-ideas@python.org/message/QX53JNAM6QNIJ2F2SSN7LSOXPYGETQ5U/
> Code of Conduct: http://python.org/psf/codeofconduct/
>
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/GZQGVFX3SPZVTPWHNVZT3PAEWQPS5VUB/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to