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 wangjiahua
Recipients wangjiahua
Date 2022-01-23.10:20:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642933217.39.0.499836465558.issue46484@roundup.psfhosted.org>
In-reply-to
Content
Apparently there is no test for Calendar().iterweekdays().

wangdeMacBook-Pro :: ~/cpython » grep -R iterweekdays Lib/test/ *
Binary file Lib/test//__pycache__/test_calendar.cpython-311.pyc matches
Doc/library/calendar.rst:   .. method:: iterweekdays()
Binary file Lib/test/__pycache__/test_calendar.cpython-311.pyc matches
Binary file Lib/__pycache__/calendar.cpython-311.pyc matches
Lib/calendar.py:    def iterweekdays(self):
Lib/calendar.py:        return ' '.join(self.formatweekday(i, width) for i in self.iterweekdays())
Lib/calendar.py:        s = ''.join(self.formatweekday(i) for i in self.iterweekdays())
History
Date User Action Args
2022-01-23 10:20:17wangjiahuasetrecipients: + wangjiahua
2022-01-23 10:20:17wangjiahuasetmessageid: <1642933217.39.0.499836465558.issue46484@roundup.psfhosted.org>
2022-01-23 10:20:17wangjiahualinkissue46484 messages
2022-01-23 10:20:17wangjiahuacreate