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 serhiy.storchaka
Recipients ammar2, p-ganssle, serhiy.storchaka
Date 2020-12-17.21:16:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608239761.12.0.437353221789.issue42660@roundup.psfhosted.org>
In-reply-to
Content
PR 23825 refactors parsing. There is now a single function for parsing numbers. It saves around 70 lines of code and makes easy to implement support of full range of transition hours.

It could be possible to represent transition time as 32-bit offset in seconds in CalendarRule and DayRule instead of 16-bit hour, and 8-bit minute and second. In any case we need that value instead of separate values of hour, minute and second.
History
Date User Action Args
2020-12-17 21:16:01serhiy.storchakasetrecipients: + serhiy.storchaka, ammar2, p-ganssle
2020-12-17 21:16:01serhiy.storchakasetmessageid: <1608239761.12.0.437353221789.issue42660@roundup.psfhosted.org>
2020-12-17 21:16:01serhiy.storchakalinkissue42660 messages
2020-12-17 21:16:01serhiy.storchakacreate