Issue 27595: Document PEP 495 (Local Time Disambiguation) features (original) (raw)

Issue27595

Created on 2016-07-22 22:52 by belopolsky, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
issue27595.diff belopolsky,2016-08-08 19:05 review
Messages (3)
msg271041 - (view) Author: Alexander Belopolsky (belopolsky) * (Python committer) Date: 2016-07-22 22:52
PEP 495 has been implemented in issue 24773. This issue is created to track the necessary changes to the datetime module documentation.
msg272190 - (view) Author: Alexander Belopolsky (belopolsky) * (Python committer) Date: 2016-08-08 19:05
I am attaching the first cut of the documentation changes. Note that I am deliberately trying to keep the information about the fold to the minimum in the reference manual. I don't think the details of how fold works are of interest to anyone other then those who implement the tzinfo subclasses.
msg273604 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-08-24 22:30
New changeset dcd6d6be81a7 by Alexander Belopolsky in branch 'default': Closes #27595: Document PEP 495 (Local Time Disambiguation) features. https://hg.python.org/cpython/rev/dcd6d6be81a7
History
Date User Action Args
2022-04-11 14:58:34 admin set github: 71782
2016-08-24 22:30:24 python-dev set status: open -> closednosy: + python-devmessages: + resolution: fixedstage: commit review -> resolved
2016-08-24 20:32:09 belopolsky set stage: needs patch -> commit review
2016-08-08 19:05:23 belopolsky set files: + issue27595.diffkeywords: + patchmessages: +
2016-07-22 22:54:10 belopolsky link issue24773 superseder
2016-07-22 22:53:22 belopolsky set dependencies: + Implement PEP 495 (Local Time Disambiguation)
2016-07-22 22:52:34 belopolsky create