On 08/18/2015 09:43 AM, Felipe Ochoa wrote:
To me the problem is that in my mind both of the repeated times are part of “the fold” so `fold=True` intuitively to me means the same as `is_ambiguous=True`. What if we merge the proposals and set the attribute to `last_fold`? Then the timeline looks like:last_fold=True +--+ (time flows counter- \ | clockwise in the \| loop) ---------------->+-----------------> last_fold=False last_fold=False
I find 'last_fold' to be more confusing than 'fold'. Plus, time is flowing clockwise. Maybe 'repeat'? Then `repeat = 0` is the default, and `repeat = 1` for the repeated time. -- ~Ethan~ _______________________________________________ Datetime-SIG mailing list [email protected] https://mail.python.org/mailman/listinfo/datetime-sig The PSF Code of Conduct applies to this mailing list: https://www.python.org/psf/codeofconduct/
