On Tue, Dec 15, 2020 at 03:08:51AM -0000, [email protected] 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 _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/66M3XKO2AQFIKFYKYTDYWMIVNYVSOEDH/ Code of Conduct: http://python.org/psf/codeofconduct/
