15 Dec
2020
15 Dec
'20
8:29 a.m.
On Tue, Dec 15, 2020 at 03:08:51AM -0000, qaidjoharbarbhaya@gmail.com wrote:
Hello,
Greetings!
I have the following idea of adding a function in Lib/datetime.py which when called with the datetime.date object returns the months between the object datetime.date and the object datetime.date passed as the date_to argument in function.
What is this function used for? I see it returns a list of (year, month_number) tuples. Once I have collected those (year, month) tuples, what do I do with them? -- Steve