[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.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24773
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 discussion [1] for more 
details.

[1]: https://mail.python.org/pipermail/datetime-sig/2015-July/000105.html

--
assignee: belopolsky
components: Extension Modules, Library (Lib)
files: ltdf.patch
keywords: patch
messages: 247819
nosy: belopolsky
priority: normal
severity: normal
status: open
title: Add local time disambiguation flag to datetime
type: enhancement
versions: Python 3.6
Added file: http://bugs.python.org/file40094/ltdf.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24773
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com