[issue28641] Describe PEP 495 features in "What's New in Python 3.6" document

2016-11-10 Thread Yury Selivanov
Yury Selivanov added the comment: Closing this one. -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed type: -> enhancement ___ Python tracker ___ __

[issue28641] Describe PEP 495 features in "What's New in Python 3.6" document

2016-11-10 Thread Elvis Pranskevichus
Elvis Pranskevichus added the comment: This should now be covered in #28635. -- ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue28641] Describe PEP 495 features in "What's New in Python 3.6" document

2016-11-09 Thread Yury Selivanov
Yury Selivanov added the comment: Thanks, Paul. I'm adding Elvis to the nosy list, he's the main editor of What's New in 3.6. -- nosy: +Elvis.Pranskevichus, yselivanov ___ Python tracker __

[issue28641] Describe PEP 495 features in "What's New in Python 3.6" document

2016-11-09 Thread Paul G
Paul G added the comment: I've never written a "What's New" before, but here are the main things I took away from implementing a PEP 495-compliant tzinfo class: - The `fold` attribute is the SECOND occurrence of the time, not the first occurrence of the time. In my first pass solution of this,

[issue28641] Describe PEP 495 features in "What's New in Python 3.6" document

2016-11-08 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: Paul (p-ganssle), based on your recent experience implementing PEP 495, what are the main points that we should cover in What's New? Also, any comments/criticism on the recent changes to the datetime module documentation are welcome. -- __

[issue28641] Describe PEP 495 features in "What's New in Python 3.6" document

2016-11-08 Thread Alexander Belopolsky
New submission from Alexander Belopolsky: See also #27595. -- assignee: belopolsky components: Documentation messages: 280320 nosy: belopolsky, p-ganssle, tim.peters priority: normal severity: normal stage: needs patch status: open title: Describe PEP 495 features in "What's New in Pytho