Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42660>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to