[issue24773] Add local time disambiguation flag to datetime

2015-09-17 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker ___ ___

[issue24773] Add local time disambiguation flag to datetime

2015-08-01 Thread Ethan Furman
Changes by Ethan Furman et...@stoneleaf.us: -- nosy: +ethan.furman ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24773 ___ ___ Python-bugs-list

[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 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

[issue24773] Add local time disambiguation flag to datetime

2015-08-01 Thread Alexander Belopolsky
Changes by Alexander Belopolsky alexander.belopol...@gmail.com: Added file: http://bugs.python.org/file40096/ltdf-2.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24773 ___