[issue24773] Add local time disambiguation flag to datetime

2015-09-17 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue24773] Add local time disambiguation flag to datetime

2015-08-01 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : Added file: http://bugs.python.org/file40096/ltdf-2.patch ___ Python tracker ___ ___ Python-bugs-list mailin

[issue24773] Add local time disambiguation flag to datetime

2015-08-01 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: Something went wrong in my hg clone and Rietveld did not like my patch. I moved my development branch to github: https://github.com/abalkin/cpython/tree/ltdf Please feel free to leave your comments there. -- ___

[issue24773] Add local time disambiguation flag to datetime

2015-08-01 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: +ethan.furman ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue24773] Add local time disambiguation flag to datetime

2015-08-01 Thread Alexander Belopolsky
New submission from Alexander Belopolsky: Adds a boolean member to the instances of ``datetime.time`` and ``datetime.datetime`` classes that can be used to differentiate between two moments in time for which local times are the same. See Datetime-SIG "Local time disambiguation proposal" discussi